Represents different kind of comparisation types.
Namespace:
EPiServer.FiltersAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public enum CompareCondition |
Members
| Member name | Description | |
|---|---|---|
| Equal |
The objects have the same value.
| |
| GreaterThan |
Object A is greater than object B.
| |
| LessThan |
Object A is less than object B.
| |
| NotEqual |
The objects does not have the same value.
| |
| StartsWith |
Object A starts with the value of object B.
| |
| EndsWith |
Object A ends with the value of object B.
| |
| Contained |
Object B is contained in object A.
|