Enum ListHelpers.CompareResult
The CompareTwoOfAKind method returns a member of this enumeration, providing for the CompareTo method of the IComparable interface that it encapsulates with a tad of syntactic sugar.
Namespace: WizardWrx
Assembly: WizardWrx.Core.dll
Syntax
public enum CompareResult : int
Fields
Name | Description |
---|---|
EqualTo | Both arguments are equal. |
GreaterThan | Second argument, pComparand, is greater than the first argument, pReference. |
LessThan | Second argument, pComparand, is less than the first argument, pReference. |