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
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- obj
- Type: SystemObject
An object to compare with the PropertyName object.
Return Value
Type:
Booleantrue 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