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

Vector4D.operator!= Operator

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

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

Parameters

[Vector4D] left

The first vector to compare.

[Vector4D] right

The second vector to compare.

Returns

bool

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