RectangleD3DEquality 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 ==(
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