Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Enum CompareOperator

    Defines the type of comparison operation to perform when validating values. Used by RadzenCompareValidator to determine how to compare the component value against the target value.

    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public enum CompareOperator

    Fields

    Name Description
    Equal

    Validates that values are equal. Useful for password confirmation fields.

    GreaterThan

    Validates that the component value is greater than the comparison value. Useful for numeric range validation.

    GreaterThanEqual

    Validates that the component value is greater than or equal to the comparison value.

    LessThan

    Validates that the component value is less than the comparison value.

    LessThanEqual

    Validates that the component value is less than or equal to the comparison value.

    NotEqual

    Validates that values are not equal. Useful for ensuring a value differs from a specific value.

    Extension Methods

    EnumExtensions.GetDisplayDescription(Enum, Func<string, string>)

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT