Skip to main content
.NET 6.0+

CustomLogics.Equals(Object) Method

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

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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