Click or drag to resize

RectangleD2DEquals(RectangleD2D) 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.3179.0 (4.8.3179.0)
Syntax
C#
public bool Equals(
	RectangleD2D q
)

Parameters

q  RectangleD2D

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

Return Value

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

Implements

IEquatableTEquals(T)
See Also