| SecurityPrincipalCompareTo Method (SecurityPrincipal) |
Compares this SecurityPrincipal to another SecurityPrincipal.
Namespace:
Galactic.ActiveDirectory
Assembly:
Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public int CompareTo(
SecurityPrincipal other
)
Public Function CompareTo (
other As SecurityPrincipal
) As Integer
public:
virtual int CompareTo(
SecurityPrincipal^ other
) sealed
abstract CompareTo :
other : SecurityPrincipal -> int
override CompareTo :
other : SecurityPrincipal -> int
Parameters
- other
- Type: Galactic.ActiveDirectorySecurityPrincipal
The other SecurityPrincipal to compare this one to.
Return Value
Type:
Int32-1 if the object supplied comes before this one in the sort order, 0 if they occur at the same position, 1 if the object supplied comes after this one in the sort order
Implements
IComparableTCompareTo(T)See Also