PermissionSet::Equals Method (Object^)
.NET Framework (current version)
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^).
.NET Framework
Available since 2.0
Available since 2.0
Show: