Click or drag to resize

SplitterOrientationEquals Method

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

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 SplitterOrientation.

Return Value

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