PermissionSet.Equals Method
Determines whether the specified PermissionSet or NamedPermissionSet object is equal to the current PermissionSet.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- obj
- Type: System.Object
The object to compare with the current PermissionSet.
Return Value
Type: System.Booleantrue if the specified object is equal to the current PermissionSet object; otherwise, false.
Equality is determined by the permissions contained in the permission set specified by obj. obj can be either a PermissionSet object or a NamedPermissionSet object. If obj is a NamedPermissionSet, the name and description are ignored.
For more information, see Object.Equals(Object).
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.