C#C++F#VB
QueryComparisons Class
Defines the set of comparison operators that may be used for constructing queries.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Fields
Name | Description | |
---|---|---|
Equal | Represents the Equal operator. | |
GreaterThan | Represents the Greater Than operator. | |
GreaterThanOrEqual | Represents the Greater Than or Equal operator. | |
LessThan | Represents the Less Than operator. | |
LessThanOrEqual | Represents the Less Than or Equal operator. | |
NotEqual | Represents the Not Equal operator. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.