docs.unity.cn
    Show / Hide Table of Contents

    Operator Equality

    Equality(half, half)

    Returns whether two half values are bitwise equivalent.

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

    Left hand side half value to use in comparison.

    half rhs

    Right hand side half value to use in comparison.

    Returns
    Type Description
    Boolean

    True if the two half values are bitwise equivalent, false otherwise.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, March 29, 2022
    Terms of use