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

Vector3D.operator== Operator

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

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

Parameters

[Vector3D] left

The first vector to compare.

[Vector3D] right

The second vector to compare.

Returns

bool

True if the vectors are equal; False otherwise.