Click or drag to resize

RectangleD3DEquality Operator

Determines whether two rectangles are equal.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool operator ==(
	RectangleD3D p,
	RectangleD3D q
)

Parameters

p  RectangleD3D
The first rectangle.
q  RectangleD3D
The second rectangle.

Return Value

Boolean
if both rectangles are equal; otherwise, .
See Also