CompareOperator Enumeration

 

This documentation is no longer available on MSDN. It is available as a CHM or PDF download. For the newest Geocoding, Imagery, Routing and Traffic services, see Bing Maps REST Services. 

Contains operators that compare two values.

Syntax

public enum CompareOperator
Public Enum CompareOperator

Members

Member

Description

Equals

Determines if two values are equal

GreaterThan

Determines if a first value is greater than a second value

GreaterThanOrEquals

Determines if a first value is greater than or equal to a second value

LessThan

Determines if a first value is less than a second value

LessThanOrEquals

Determines if a first value is less than or equal to a second value

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

FilterExpression.CompareOperator Property