StringComparisonField Methods

The StringComparisonField type exposes the following members.

Methods
  NameDescription
Public methodContains(String)
Indicates that field in message must contain the specified value.
Public methodContains(String, Boolean)
Indicates that field in message must contain the specified value.
Public methodEmpty
Indicates that field in message must be empty.
Public methodEquals(Object) (Inherited from Object.)
Public methodEquals(String)
Indicates that field in message must be equal to the specified value.
Public methodEquals(String, Boolean)
Indicates that field in message must be equal to the specified value.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodNotContains(String)
Indicates that field in message must not contain the specified value.
Public methodNotContains(String, Boolean)
Indicates that field in message must not contain the specified value.
Public methodNotEmpty
Indicates that field in message must not be empty.
Public methodNotEquals(String)
Indicates that field in message must not be equal to the specified value.
Public methodNotEquals(String, Boolean)
Indicates that field in message must not be equal to the specified value.
Public methodToString (Inherited from Object.)
See Also