SecurityIdentifier.Equals Method (Object)
.NET Framework (current version)
Returns a value that indicates whether this SecurityIdentifier object is equal to a specified object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- o
-
Type:
System.Object
An object to compare with this SecurityIdentifier object, or null.
Return Value
Type: System.Booleantrue if o is an object with the same underlying type and value as this SecurityIdentifier object; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: