Enumeration of basic comparison operators used in rule and policy conditions.

Namespace: ININ.IceLib.Configuration.Dialer.DataTypes
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public enum ComparisonOperator
Visual Basic
Public Enumeration ComparisonOperator

Members

Member nameValueDescription
LessThan0 The "<" operator.
LessThanOrEqual1 The "<=" operator.
Equal2 The "=" operator.
NotEqual3 The "<>" operator.
GreaterThanOrEqual4 The ">=" operator.
GreaterThan5 The ">" operator.
Regex6The regular expression operator.

See Also