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

Vector2D.Equals Method

C#
public bool Equals(Vector2D other)

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

Parameters

[Vector2D] other

The Vector2D to compare this instance to.

Returns

bool

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