Skip to main content
.NET 6.0+

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.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public override bool Equals(
    object obj
)

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