Table of Contents

Enum CompareOperator

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

Specifies the comparison operation used by a RadzenCompareValidator

public enum CompareOperator
Extension Methods

Fields

Equal = 0

Check if values are equal.

GreaterThan = 1

Check if a value is greater than another value.

GreaterThanEqual = 2

Check if a value is greater than or equal to another value.

LessThan = 3

Check if a value is less than another value.

LessThanEqual = 4

Check if a value is less than or equal to another value.

NotEqual = 5

Check if values are not equal.