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
)
Public Function Equals (
other As Padding
) As Boolean
abstract Equals :
other : Padding -> bool
override Equals :
other : Padding -> bool
Parameters
- other
- Type: Eto.DrawingPadding
Other padding instance to compare with
Return Value
Type:
BooleanTrue if the specified padding is equal to this instance, false if not
Implements
IEquatableTEquals(T)See Also