Class ComparisonType
How comparisions should be done.
Inheritance
System.Object
    ComparisonType
  Namespace: EPiServer.Personalization.VisitorGroups.Criteria
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3Syntax
public sealed class ComparisonType : EnumFields
Equal
Equal to the given threshold.
Declaration
public const ComparisonType EqualField Value
| Type | Description | 
|---|---|
| ComparisonType | 
Less
Less than the given threshold.
Declaration
public const ComparisonType LessField Value
| Type | Description | 
|---|---|
| ComparisonType | 
More
More than the given threshold.
Declaration
public const ComparisonType MoreField Value
| Type | Description | 
|---|---|
| ComparisonType | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
