Open this page in the API Guide

DataTuple.Equals Method (Object)

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

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: System.Object
The object to compare with the current object.

Return Value

Type: Boolean
true if the specified object is equal to the current object; otherwise, false.
See Also