Click or drag to resize

HorizontalAlignEquals Method

Determines whether the specified Object is equal to the current HorizontalAlign.

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

Parameters

obj
Type: SystemObject
The Object to compare with the current HorizontalAlign.

Return Value

Type: Boolean
true if the specified Object is equal to the current HorizontalAlign; otherwise, false.
See Also