Click or drag to resize

SimpleComparerT Class

When the type of object being compared is a simple type like string, int, ..., this is the comparator you probably want to use.
Inheritance Hierarchy
SystemObject
  VelocityDbOptimizedPersistable
    VelocityDb.Collection.ComparerVelocityDbComparerT
      VelocityDb.Collection.ComparerSimpleComparerT

Namespace:  VelocityDb.Collection.Comparer
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
[SerializableAttribute]
public class SimpleComparer<T> : VelocityDbComparer<T>
where T : IComparable

Type Parameters

T
The type of object to compare which must implement IComparable

The SimpleComparerT type exposes the following members.

Constructors
  NameDescription
Public methodSimpleComparerT
Initializes a new instance of the SimpleComparerT class
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodToStringDetails(SessionBase, Boolean)Overloaded.
Object details as a string
(Defined by Utilities.)
Public Extension MethodToStringDetails(Schema, TypeVersion, Boolean)Overloaded.
Currently only used by Database Manager
(Defined by Utilities.)
Top
See Also