FilterExpression.CompareOperator Property

 

A CompareOperator Enumeration value specifying how to compare the FilterValue against the corresponding property value of a search result. Required. Set this property before making a service request.

Syntax

public CompareOperator CompareOperator{ set; get; }
Public Property CompareOperator As CompareOperator

Remarks

If the filter property name is UserRating, then all members of the CompareOperator Enumeration are valid operators. For all other filter properties, only the Equals member of the CompareOperator enumeration is valid. See the Search Filter Property Table for available filter properties.

See Also

Search Filter Property Table