System.Security.Principal.SecurityIdentifier.Equals Method

Indicates whether the specified System.Security.Principal.SecurityIdentifier object is equal to the current System.Security.Principal.SecurityIdentifier object.

Syntax

public bool Equals (SecurityIdentifier sid)

Parameters

sid
The object to compare with the current object.

Returns

true if the value of sid is equal to the value of the current System.Security.Principal.SecurityIdentifier object.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Security.Principal
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0