Click or drag to resize

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
)

Parameters

other
Type: ITHit.WebDAV.ServerPropertyName
PropertyName to compare to.

Return Value

Type: Boolean
true if property names are equal.

Implements

IEquatableTEquals(T)
See Also