Click or drag to resize

PropertyNameEquals Method

IT Hit WebDAV Classes Reference
Checks whether objects are equal.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
An object to compare with the PropertyName object.

Return Value

Type: Boolean
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