docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Operator operator >=

    operator >=(Property, Property)

    Compare the two given operands if they are numbers.

    Declaration
    public static bool operator >=(Property a, Property b)
    Parameters
    Type Name Description
    Property a

    Left operand.

    Property b

    Right operand.

    Returns
    Type Description
    bool

    True if a's value is greater or equal to b's; false otherwise.

    Exceptions
    Type Condition
    NotSupportedException

    Thrown if one of the operands' type isn't supported.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)