Click or drag to resize

NumberMatch Fields

The NumberMatch type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberEQUALS
An instance of NumberMatch representing the following condition: number1 == number2.
Public fieldStatic memberGREATER_OR_EQUAL_THAN
An instance of NumberMatch representing the following condition: number1 >= number2.
Public fieldStatic memberGREATER_THAN
An instance of NumberMatch representing the following condition: number1 > number2.
Public fieldStatic memberLESS_OR_EQUAL_THAN
An instance of NumberMatch representing the following condition: number1 <= number2.
Public fieldStatic memberLESS_THAN
An instance of NumberMatch representing the following condition: number1 < number2.
Public fieldStatic memberNOT_EQUALS
An instance of NumberMatch representing the following condition: number1 != number2.
Top
See Also