Click or drag to resize

VectorD3DEquals(VectorD3D) Method

Indicates whether the current object is equal to another object of the same type.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public bool Equals(
	VectorD3D other
)

Parameters

other  VectorD3D
An object to compare with this object.

Return Value

Boolean
if the current object is equal to the other parameter; otherwise, .

Implements

IEquatableTEquals(T)
See Also