RectangleD2DEquality Operator |
Determines whether two rectangles are equal.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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_Equality(Altaxo.Geometry.RectangleD2D,Altaxo.Geometry.RectangleD2D)"]
See Also