Version

ComplementCondition Class Members

The following tables list the members exposed by ComplementCondition.

Public Constructors
 NameDescription
Public ConstructorComplementCondition ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertySourceConditionSpecifies the source condition whose result will be complemented by this ComplementCondition.  
Public Methods
 NameDescription
Public MethodEqualsReturns true if the passed in object is equal  
Public MethodGetHashCodeCaclulates a value used for hashing  
Public MethodIsMatchReturns 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.  
Public MethodToStringReturns a string representation of the condition.  
See Also