[This is preliminary documentation and is subject to change.]
Acts as a wrapper for IComparable values
Namespace: Clarion.Framework.CoreAssembly: CLARIONLibrary (in CLARIONLibrary.dll) Version: 6.1.0.7 (6.1.0.7)
Syntax
C# |
---|
public class V : IComparable<V>, IComparable<IComparable>, IEquatable<IComparable> |
Remarks
This class was created specifically to allow values of different types to inhabit the same dimension. To facilitate this,
the CompareTo(V) and CompareTo(IComparable) methods have been implemented with the following considerations:
- If the specified value is of the same type as the (inner) value, then the default comparison will be made for that type
- If the specified value is of a different type, then the string representation of the values will be compared
Copyright 2012. Nicholas Wilson