Enum ComparisonType
How comparisions should be done.
Namespace: EPiServer.Personalization.VisitorGroups.Criteria
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public enum ComparisonType
Fields
| Name | Description |
|---|---|
| Equal | Equal to the given threshold. |
| Less | Less than the given threshold. |
| More | More than the given threshold. |