Share via


ExplicitComparisonOperator Enumeration

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Specifies the explicit comparison operators.

Namespace:  Microsoft.CommerceServer
Assembly:  Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)

Syntax

'Declaration
Public Enumeration ExplicitComparisonOperator
'Usage
Dim instance As ExplicitComparisonOperator
public enum ExplicitComparisonOperator
public enum class ExplicitComparisonOperator
public enum ExplicitComparisonOperator

Members

Member name Description
Equal Tests if a property is equal to the value.
NotEqual Tests if a property is not equal to the value.
LessThan Tests if a property is less than the value.
GreaterThan Tests if a property is greater than the value.
AtLeast Tests if a property is as big or bigger than the value.
AtMost Tests if a property is no bigger than the value.
Contains Tests if a property contains the value of the value.
BeginsWith Tests if a property begins with the value of the value.
NotContains Tests if a property does not contain the value of the value.
Before Tests if a date or time property is earlier than the value.
After Tests if a date or time property is later than the value.
OnOrBefore Tests if a date or time property is the same or earlier than the value.
OnOrAfter Tests if a date or time property is the same or later than the value.

Remarks

The enumeration type comparison operators simply compare the underlying integral values of the two operands.

See Also

Reference

Microsoft.CommerceServer Namespace