Click or drag to resize
Galactic API

GroupCompareTo Method (Group)

Compares this Group to another Group.

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public int CompareTo(
	Group other
)

Parameters

other
Type: Galactic.ActiveDirectoryGroup
The other Group 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
See Also