Compares this size to the other size
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool Equals(
Size other
)
Public Function Equals (
other As Size
) As Boolean
abstract Equals :
other : Size -> bool
override Equals :
other : Size -> bool
Parameters
- other
- Type: Eto.DrawingSize
Other size to compare with
Return Value
Type:
BooleanTrue if the
other size is equal to this instance
Implements
IEquatableTEquals(T)See Also