docs.unity.cn
    Show / Hide Table of Contents

    Operator Inequality

    Inequality(AspectType, AspectType)

    Operator not-equal by type index

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

    AspectType on the left side of the operation

    AspectType rhs

    AspectType on the right side of the operation

    Returns
    Type Description
    Boolean

    True if lhs does not have the same type index as rhs

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