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

Vector3D.Equals Method

C#
public override bool Equals(object? obj)

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

Parameters

[object?] obj

The Object to compare against.

Returns

override bool

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