Determines whether
first and
second Sizes are equal.
Namespace: SautinSoft.Document.DrawingAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.11.20
Syntax public 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 equal;
otherwise,
.
See Also