BinaryComparisonField Methods

The BinaryComparisonField type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object) (Inherited from Object.)
Public methodEquals(Byte)
Indicates that field must be equal to the specified value.
Public methodEquals(String)
Indicates that field must be equal to the specified value.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodNotEquals(Byte)
Indicates that field must not be equal to the specified value.
Public methodNotEquals(String)
Indicates that field must not be equal to the specified value.
Public methodToString (Inherited from Object.)
See Also