Click or drag to resize

PaddingEquals Method (Padding)

Determines equality between this instance and the specified padding

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

Parameters

other
Type: Eto.DrawingPadding
Other padding instance to compare with

Return Value

Type: Boolean
True if the specified padding is equal to this instance, false if not

Implements

IEquatableTEquals(T)
See Also