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

Vector4D.Equals Method

C#
public override bool Equals(object? obj)

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

Parameters

[object?] obj

The Object to compare against.

Returns

override bool

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