Click or drag to resize

SizeEquals Method (Object)

Compares this size to the specified obj

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
Object to compare with

Return Value

Type: Boolean
True if the specified obj is a Size and is equal to this instance
See Also