A concrete wrapper class that extends the ComparableObject class wraps an object that implements the IComparable interface.


For a list of all members of this type, see ComparableValue Members.


System.Object
   ComparableObject
      ComparableValue

public abstract class ComparableValue : ComparableObject, IComparable

Remarks

Delegates the CompareTo, GetHashCode, and ToString methods to the contained IComparable object.

Requirements

Namespace: Opus6 Namespace

Assembly: Opus6.dll

See Also

ComparableValue Members | Opus6 Namespace