ModelNodesGeneratorAttribute.Equals(Object) Method
Returns a value that indicates whether this instance of the ModelNodesGeneratorAttribute class is equal to a specified instance.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | Object | An object to compare with this instance. |
Returns
Type | Description |
---|---|
Boolean | true, if the ModelNodesGeneratorAttribute.TypeName property of the passed instance equals the same property of this instance; otherwise, false. |
See Also