docs.unity.cn
    Show / Hide Table of Contents

    Operator Inequality

    Inequality(SystemHandle, SystemHandle)

    SystemHandle instances are equal if they refer to the same system instance.

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

    A SystemHandle instance.

    SystemHandle rhs

    Another SystemHandle instance.

    Returns
    Type Description
    Boolean

    True, if the SystemHandles represent different system instances.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023