docs.unity.cn
    Show / Hide Table of Contents

    Operator Equality

    Equality(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 both SystemHandles represent the same system instance.

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