SecurityIdentifier.CompareTo(SecurityIdentifier) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares the current SecurityIdentifier object with the specified SecurityIdentifier object.
public:
virtual int CompareTo(System::Security::Principal::SecurityIdentifier ^ sid);
public int CompareTo (System.Security.Principal.SecurityIdentifier? sid);
public int CompareTo (System.Security.Principal.SecurityIdentifier sid);
abstract member CompareTo : System.Security.Principal.SecurityIdentifier -> int
override this.CompareTo : System.Security.Principal.SecurityIdentifier -> int
Public Function CompareTo (sid As SecurityIdentifier) As Integer
Parameters
The object to compare with the current object.
Returns
A signed number indicating the relative values of this instance and sid
.
Return Value | Description |
---|---|
Less than zero | This instance is less than sid .
|
Zero | This instance is equal to sid .
|
Greater than zero | This instance is greater than sid .
|
Implements
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.