Click or drag to resize

SizeFEquals Method (SizeF)

Compares this size to the other size

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool Equals(
	SizeF other
)

Parameters

other
Type: Eto.DrawingSizeF
Other size to compare with

Return Value

Type: Boolean
True if the other size is equal to this instance

Implements

IEquatableTEquals(T)
See Also