A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Enum ComparisonType

How comparisions should be done.

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