NamedPermissionSet::Equals Method (Object^)
.NET Framework (current version)
Determines whether the specified NamedPermissionSet object is equal to the current NamedPermissionSet.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- obj
-
Type:
System::Object^
The NamedPermissionSet object to compare with the current NamedPermissionSet.
Return Value
Type: System::Booleantrue if the specified NamedPermissionSet is equal to the current NamedPermissionSet object; otherwise, false.
The following code example shows the use of the Equals method to compare two NamedPermissionSet objects. This code example is part of a larger example provided for the NamedPermissionSet class.
.NET Framework
Available since 2.0
Available since 2.0
Show: