Search Results for

    Show / Hide Table of Contents

    Operator Equality

    Equality(Quaternion, Quaternion)

    Tests for equality between two objects.

    Declaration
    public static bool operator ==(Quaternion left, Quaternion right)
    Parameters
    Type Name Description
    Quaternion left

    The first value to compare.

    Quaternion right

    The second value to compare.

    Returns
    Type Description
    System.Boolean

    true if left has the same value as right; otherwise, false.

    ☀
    ☾
    Back to top Copyright (C) 2015 crosire - zlib
    Generated with DocFX