SaaS CMS has officially launched! Learn more now.

Enum ComparisonType

How comparisions should be done.

Namespace: EPiServer.Personalization.VisitorGroups.Criteria
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public enum ComparisonType

Fields

Name Description
Equal

Equal to the given threshold.

Less

Less than the given threshold.

More

More than the given threshold.

Extension Methods