Determines whether
first and
second Sizes are not equal.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.4.25
Syntaxpublic static bool operator !=(
Size first,
Size second
)
Public Shared Operator <> (
first As Size,
second As Size
) As Boolean
Parameters
- first Size
- The first size.
- second Size
- The second size.
Return Value
Boolean if
first and
second sizes are not equal;
otherwise,
.
See Also