Skip to main content

JsonSourceBase.Equals(Object) Method

Checks whether the current JsonSourceBase descendant is equal to the specified object.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public override bool Equals(
    object obj
)

Parameters

Name Type Description
obj Object

An object to be compared.

Returns

Type Description
Boolean

true, if the objects are equal; otherwise, false.

See Also