CustomLogics.Equals(Object) Method
Determines whether the specified object is equal to the current CustomLogics.
Namespace: DevExpress.ExpressApp.DC
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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