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