RectangleEquality Operator |
Determines whether
first and
second Rectangles are equal.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.12.16
Syntax public static bool operator ==(
Rectangle first,
Rectangle second
)
Public Shared Operator = (
first As Rectangle,
second As Rectangle
) As Boolean
Parameters
- first Rectangle
- The first rectangle.
- second Rectangle
- The second rectangle.
Return Value
Boolean if
first and
second rectangles are equal;
otherwise,
.
See Also