PermissionSet::Equals Method (Object^)

 

Determines whether the specified PermissionSet or NamedPermissionSet object is equal to the current PermissionSet.

Namespace:   System.Security
Assembly:  mscorlib (in mscorlib.dll)

public:
[ComVisibleAttribute(false)]
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The object to compare with the current PermissionSet.

Return Value

Type: System::Boolean

true 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
Return to top
Show: