RectangleInequality Operator |
Determines whether
first and
second Rectangles are not equal.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic 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 not equal;
otherwise,
.
See Also