PropertyNameEquals Method (PropertyName)
IT Hit WebDAV Classes Reference
Determines if two property names are equal.
Namespace:
ITHit.WebDAV.Server
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public bool Equals(
PropertyName other
)
Public Function Equals (
other As PropertyName
) As Boolean
public:
virtual bool Equals(
PropertyName other
) sealed
abstract Equals :
other : PropertyName -> bool
override Equals :
other : PropertyName -> bool
Parameters
- other
- Type: ITHit.WebDAV.ServerPropertyName
PropertyName to compare to.
Return Value
Type:
Booleantrue if property names are equal.
Implements
IEquatableTEquals(T)See Also