Search Results for

    Show / Hide Table of Contents

    Operator Inequality

    Inequality(Vector2, Vector2)

    Tests for inequality between two objects.

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

    The first value to compare.

    Vector2 right

    The second value to compare.

    Returns
    Type Description
    System.Boolean

    true if left has a different value than right; otherwise, false.

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