London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Enum CompareCondition

Represents different kind of comparisation types.

Namespace: EPiServer.Filters
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public enum CompareCondition

Fields

Name Description
Contained

Object B is contained in object A.

EndsWith

Object A ends with the value of object B.

Equal

The objects have the same value.

GreaterThan

Object A is greater than object B.

LessThan

Object A is less than object B.

NotEqual

The objects does not have the same value.

StartsWith

Object A starts with the value of object B.

Extension Methods