Namespace: Rx.Net – Class: Vector2D – Assembly: Rx.Net

Vector2D.operator!= Operator

C#
public static bool operator!=(Vector2D left, Vector2D right)

Returns a boolean indicating whether the two given vectors are not equal.

Parameters

[Vector2D] left

The first vector to compare.

[Vector2D] right

The second vector to compare.

Returns

bool

True if the vectors are not equal; False if they are equal.