Click or drag to resize

BoolMatch Fields

The BoolMatch type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberEQUALS
An instance of BoolMatch representing the following condition: bool1 == bool2.
Public fieldStatic memberNOT_EQUALS
An instance of BoolMatch representing the following condition: bool1 != bool2.
Top
See Also