Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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