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

CustomLogics.Equals(Object) Method

Determines whether the specified object is equal to the current CustomLogics.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public override bool Equals(
    object obj
)

Parameters

Name Type Description
obj Object

An object to compare to the current CustomLogics.

Returns

Type Description
Boolean

true, if the specified object equals the current CustomLogics instance; otherwise, false.

Remarks

Generally, you do not need to call this method.

See Also