SecurityIdentifier.Equals Method (SecurityIdentifier)
.NET Framework (current version)
Indicates whether the specified SecurityIdentifier object is equal to the current SecurityIdentifier object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- sid
-
Type:
System.Security.Principal.SecurityIdentifier
The object to compare with the current object.
Return Value
Type: System.Booleantrue if the value of sid is equal to the value of the current SecurityIdentifier object.
.NET Framework
Available since 2.0
Available since 2.0
Show: