SaaS CMS has officially launched! Learn more now.

Enum ComparisonType

How comparisions should be done.

Namespace: EPiServer.Personalization.VisitorGroups.Criteria
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
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