TransformTupleComparer Class

Comparer class for TransformTuple objects.
Inheritance Hierarchy
SystemObject
  Dundas.BI.UtilityTransformTupleComparer

Namespace: Dundas.BI.Utility
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class TransformTupleComparer : IComparer<TransformTuple>

The TransformTupleComparer type exposes the following members.

Constructors
 NameDescription
Public methodTransformTupleComparerInitializes a new instance of the TransformTupleComparer class
Top
Methods
 NameDescription
Public methodCompareCompares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
Top
See Also