CRaPI - Correct Robust and Perfect API

Flag.CompareTo Method 

Compares the current instance with another flag.

public int CompareTo(
   Flag pFlag
);

Parameters

pFlag
The flag to compare with.

Return Value

A 32-bit signed integer that indicates the relative order of the flags. The return value has these meanings:

See Also

Flag Class | TeamYaffa.CRaPI.World Namespace