Click or drag to resize

PlaneD3DEquals(PlaneD3D, PlaneD3D) Method

Determines whether the specified objects are equal.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool Equals(
	PlaneD3D x,
	PlaneD3D y
)

Parameters

x  PlaneD3D
The first object of type T to compare.
y  PlaneD3D
The second object of type T to compare.

Return Value

Boolean
if the specified objects are equal; otherwise, .

Implements

IEqualityComparerTEquals(T, T)
See Also