Click or drag to resize

PrivilegeEquals Method (Privilege)

IT Hit WebDAV Classes Reference
Indicates whether the current object is equal to another object of the same type.

Namespace:  ITHit.WebDAV.Server.Acl
Assembly:  ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax
public bool Equals(
	Privilege other
)

Parameters

other
Type: ITHit.WebDAV.Server.AclPrivilege
An object to compare with this object.

Return Value

Type: Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatableTEquals(T)
See Also