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 : Enum
Fields
Contained
Object B is contained in object A.
Declaration
public const CompareCondition Contained
Field Value
Type | Description |
---|---|
Compare |
Remarks
Only available for String, Long
EndsWith
Object A ends with the value of object B.
Declaration
public const CompareCondition EndsWith
Field Value
Type | Description |
---|---|
Compare |
Remarks
Only available for String and Long
Equal
The objects have the same value.
Declaration
public const CompareCondition Equal
Field Value
Type | Description |
---|---|
Compare |
GreaterThan
Object A is greater than object B.
Declaration
public const CompareCondition GreaterThan
Field Value
Type | Description |
---|---|
Compare |
LessThan
Object A is less than object B.
Declaration
public const CompareCondition LessThan
Field Value
Type | Description |
---|---|
Compare |
NotEqual
The objects does not have the same value.
Declaration
public const CompareCondition NotEqual
Field Value
Type | Description |
---|---|
Compare |
StartsWith
Object A starts with the value of object B.
Declaration
public const CompareCondition StartsWith
Field Value
Type | Description |
---|---|
Compare |
Remarks
Only available for String and Long
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System. |