VerticalAlignEquals Method |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- obj
- Type: SystemObject
The Object to compare with the current VerticalAlign.
Return Value
Type:
Booleantrue if the specified
Object is equal to the current
VerticalAlign; otherwise,
false.
See Also