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

Vector3D.Equals Method

C#
public bool Equals(Vector3D other)

Returns a boolean indicating whether the given Vector3D is equal to this Vector3D instance.

Parameters

[Vector3D] other

The Vector3D to compare this instance to.

Returns

bool

True if the other Vector3D is equal to this instance; False otherwise.