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

Vector4D.Equals Method

C#
public bool Equals(Vector4D other)

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

Parameters

[Vector4D] other

The Vector4D to compare this instance to.

Returns

bool

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