Enum ComparisonResult
Represents the result of a comparison.
public enum ComparisonResult
- Extension Methods
Fields
Equal = 0Indicates that the first value of the comparison is equal to the second.
Greater = 1Indicates that the first value of the comparison is greater than the second.
Less = -1Indicates that the first value of the comparison is less than the second.