Click or drag to resize

PaddingEquals Method (Object)

Determines the equality between this instance and the specified object

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 to

Return Value

Type: Boolean
True if obj is a Padding object and is equal to this instance, false if not
See Also