SaaS CMS has officially launched! Learn more now.

Class ComparisonType

How comparisions should be done.

Inheritance
System.Object
ComparisonType
Namespace: EPiServer.Personalization.VisitorGroups.Criteria
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3
Syntax
public sealed class ComparisonType : Enum

Fields

Equal

Equal to the given threshold.

Declaration
public const ComparisonType Equal
Field Value
Type Description
ComparisonType

Less

Less than the given threshold.

Declaration
public const ComparisonType Less
Field Value
Type Description
ComparisonType

More

More than the given threshold.

Declaration
public const ComparisonType More
Field Value
Type Description
ComparisonType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods