docs.unity.cn
Search Results for

    Show / Hide Table of Contents

    Operator operator !=

    operator !=(XRHand, XRHand)

    Tests for inequality. Same as !Equals(XRHand)

    Declaration
    public static bool operator !=(XRHand lhs, XRHand rhs)
    Parameters
    Type Name Description
    XRHand lhs

    The left-hand side of the comparison.

    XRHand rhs

    The right-hand side of the comparison.

    Returns
    Type Description
    bool

    Returns the negation of Equals(XRHand).

    In This Article
    Back to top
    Copyright © 2023 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)