static class |
Compare.Equal |
A filter that evaluates to true if the property value is equal to the provided value
|
static class |
Compare.Greater |
A filter that evaluates to true if the property value is greater than the provided value
|
static class |
Compare.GreaterOrEqual |
A filter that evaluates to true if the property value is greater than or equal to the
provided value
|
static class |
Compare.Less |
A filter that evaluates to true if the property value is less than the provided value
|
static class |
Compare.LessOrEqual |
A filter that evaluates to true if the property value is less than or equal to the provided
value
|