Click or drag to resize

RectangleD2DInequality Operator

Determines whether two rectangles are not equal.

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

Parameters

p  RectangleD2D
The first rectangle.
q  RectangleD2D
The second rectangle.

Return Value

Boolean

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

See Also