We're sorry but this site requires JavaScript.
Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
ComplementCondition Class Members
The following tables list the members exposed by ComplementCondition .
Public Properties
Name Description
SourceCondition Specifies the source condition whose result will be complemented by this ComplementCondition.
Public Methods
Name Description
Equals Returns true if the passed in object is equal
GetHashCode Caclulates a value used for hashing
IsMatch Returns true if the specified value matches the condition. False otherwise. Value is considered to match this ComplementCondition if the value doesn't match the underlying SourceCondition .
ToString Returns a string representation of the condition.
See Also