Table of Contents

Enum ComparisonResult

Namespace
Garyon.Objects
Assembly
Garyon.dll

Represents the result of a comparison.

public enum ComparisonResult
Extension Methods

Fields

Equal = 0

Indicates that the first value of the comparison is equal to the second.

Greater = 1

Indicates that the first value of the comparison is greater than the second.

Less = -1

Indicates that the first value of the comparison is less than the second.