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
)
Public Function Equals (
other As Privilege
) As Boolean
public:
virtual bool Equals(
Privilege other
) sealed
abstract Equals :
other : Privilege -> bool
override Equals :
other : Privilege -> bool
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