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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.