JoinNode.Equals(Object) Method
In This Article
Determines whether the current object has the same settings as the specified object.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
obj | Object | A Join |
#Returns
Type | Description |
---|---|
Boolean | true if the object specified by the parameter has the same settings as the current object; otherwise, false. |
See Also