Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Enum CompareOperator

    Specifies the comparison operation used by a RadzenCompareValidator

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

    Fields

    Name Description
    Equal

    Check if values are equal.

    GreaterThan

    Check if a value is greater than another value.

    GreaterThanEqual

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

    LessThan

    Check if a value is less than another value.

    LessThanEqual

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

    NotEqual

    Check if values are not equal.

    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