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 (24.3.0.1000)
Syntax
public class TransformTupleComparer : IComparer<TransformTuple>

The TransformTupleComparer type exposes the following members.

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