CompareTo

Enumeration.CompareTo method

Compares current object to other.

public int CompareTo(object obj)
Parameter Type Description
obj Object The other object

Return Value

zero if equal

See Also