HttpStatus.Equals Method (Object)

IT Hit WebDAV for .NET

Indicates whether this instance and a specified object are equal.

[Visual Basic]
Overrides Overloads Public Function Equals( _
   ByVal obj As Object _
) As Boolean
[C#]
public override bool Equals(
   object obj
);

Parameters

obj
Another object to compare to.

Return Value

true if obj and this instance are the same type and represent the same value; otherwise, false.

See Also

HttpStatus Class | ITHit.WebDAV.Client Namespace | HttpStatus.Equals Overload List