Compares two sizes for equality
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static bool operator ==(
SizeF size1,
SizeF size2
)
Public Shared Operator = (
size1 As SizeF,
size2 As SizeF
) As Boolean
static let inline (=)
size1 : SizeF *
size2 : SizeF : bool
Parameters
- size1
- Type: Eto.DrawingSizeF
First size to compare - size2
- Type: Eto.DrawingSizeF
Second size to compare
Return Value
Type:
BooleanTrue if both the width and height of both sizes are equal, false otherwise
See Also