Skip to main content

ReportModel.Equals(Object) Method

Determines whether or not the specified object is equal to the current ReportModel instance.

Namespace: DevExpress.Data.XtraReports.Wizard

Assembly: DevExpress.Data.v14.2.dll

Declaration

public override bool Equals(
    object obj
)
Public Overrides Function Equals(
    obj As Object
) As Boolean

Parameters

Name Type Description
obj Object

The object to compare with the current object.

Returns

Type Description
Boolean

true if the specified object is equal to the current ReportModel instance; otherwise false.

Remarks

Two ReportModel objects are considered equal if all the values of their properties are the same.

See Also