Skip to main content
A newer version of this page is available. .

ToolTipControllerShowEventArgs.Equals(Object) Method

Determines whether two objects are equal.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public override bool Equals(
    object obj
)

Parameters

Name Type Description
obj Object

The object specifying a ToolTipControllerShowEventArgs instance to compare with the current object.

Returns

Type Description
Boolean

true if the specified object is equal to the current ToolTipControllerShowEventArgs instance.

See Also