docs.unity.cn
    Show / Hide Table of Contents

    Operator Inequality

    Inequality(SystemTypeIndex, SystemTypeIndex)

    SystemTypeIndex instances are equal if they refer to the same system type.

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

    SystemTypeIndex on left side of the equality expression.

    SystemTypeIndex rhs

    SystemTypeIndex on right side of the equality expression.

    Returns
    Type Description
    Boolean

    True, if both TypeIndices are equal.

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