PropertyName.Equals Method 

IT Hit WebDAV for .NET

Checks whether objects are equal.

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

Parameters

obj
An object to compare with the PropertyName object.

Return Value

true if the PropertyName and obj are both PropertyName objects, and every component of the PropertyName object matches the corresponding component of obj; otherwise, false.

See Also

PropertyName Class | ITHit.WebDAV.Client Namespace