Class CompareCondition
Represents different kind of comparisation types.
Inheritance
System.Object
    CompareCondition
  Namespace: EPiServer.Filters
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public sealed class CompareCondition : EnumFields
Contained
Object B is contained in object A.
Declaration
public const CompareCondition ContainedField Value
| Type | Description | 
|---|---|
| CompareCondition | 
Remarks
Only available for String, LongString and Category.
EndsWith
Object A ends with the value of object B.
Declaration
public const CompareCondition EndsWithField Value
| Type | Description | 
|---|---|
| CompareCondition | 
Remarks
Only available for String and LongString.
Equal
The objects have the same value.
Declaration
public const CompareCondition EqualField Value
| Type | Description | 
|---|---|
| CompareCondition | 
GreaterThan
Object A is greater than object B.
Declaration
public const CompareCondition GreaterThanField Value
| Type | Description | 
|---|---|
| CompareCondition | 
LessThan
Object A is less than object B.
Declaration
public const CompareCondition LessThanField Value
| Type | Description | 
|---|---|
| CompareCondition | 
NotEqual
The objects does not have the same value.
Declaration
public const CompareCondition NotEqualField Value
| Type | Description | 
|---|---|
| CompareCondition | 
StartsWith
Object A starts with the value of object B.
Declaration
public const CompareCondition StartsWithField Value
| Type | Description | 
|---|---|
| CompareCondition | 
Remarks
Only available for String and LongString.
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
