Version

SpecialFilterOperandBase Class Methods

For a list of all members of this type, see SpecialFilterOperandBase members.

Public Methods
 NameDescription
Public MethodEqualsOverridden. Checks to see if the specified object is an operand and is equal to this operand.  
Public MethodGetHashCodeOverridden. Returns the hash code.  
Public MethodIsMatchReturns true if the specified value matches the condition. False otherwise.  
Public MethodSupportsDataTypeIndicates whether this operand supports data values of specified type.  
Public MethodSupportsOperatorIndicates whether this operand supports specified comparison operator.  
Public MethodToStringReturns a string representation of the operand.  
Protected Methods
 NameDescription
Protected MethodEqualsOverrideChecks to see if the specified operand is equal to this operand. This method is called by the Equals method.  
See Also