[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel.DbName.Equals

Equals Method

Equals(object)

Determines whether the specified object is equal to the current DbName instance.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj

The object to compare with the current DbName instance.

Returns
Type Description
bool

A bool value. true if the specified object is equal to the current DbName instance; otherwise, false.

Overrides