Click or drag to resize

PlaneD3DEquals(PlaneD3D, PlaneD3D) Method

[Missing <summary> documentation for "M:Altaxo.Geometry.PlaneD3D.Equals(Altaxo.Geometry.PlaneD3D,Altaxo.Geometry.PlaneD3D)"]


Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool Equals(
	PlaneD3D a,
	PlaneD3D b
)

Parameters

a  PlaneD3D

[Missing <param name="a"/> documentation for "M:Altaxo.Geometry.PlaneD3D.Equals(Altaxo.Geometry.PlaneD3D,Altaxo.Geometry.PlaneD3D)"]

b  PlaneD3D

[Missing <param name="b"/> documentation for "M:Altaxo.Geometry.PlaneD3D.Equals(Altaxo.Geometry.PlaneD3D,Altaxo.Geometry.PlaneD3D)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Geometry.PlaneD3D.Equals(Altaxo.Geometry.PlaneD3D,Altaxo.Geometry.PlaneD3D)"]

Implements

IEqualityComparerTEquals(T, T)
See Also