docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Operator operator >=

    operator >=(TypeIndex, TypeIndex)

    Evaluates if one TypeIndex is greater than or equal to the other.

    Declaration
    public static bool operator >=(TypeIndex lhs, TypeIndex rhs)
    Parameters
    Type Name Description
    TypeIndex lhs

    The left-hand side

    TypeIndex rhs

    The right-hand side

    Returns
    Type Description
    bool

    True if the left-hand side's TypeIndex is greater than or equal to the right-hand side's.

    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)