Click or drag to resize

ComparisonCheckComparisonType Enumeration

How to compare the data values.

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Checks
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public enum ComparisonType
Members
  Member nameValueDescription
LessThan0 Checks if the first value is less than the second one.
Equal1 Checks if the first value is equal to the second one.
GreaterThan2 Checks if the first value is greater than the second one.
See Also