Click or drag to resize

SimpleComparer<T> 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
System.Object
  VelocityDb.OptimizedPersistable
    VelocityDb.Collection.Comparer.VelocityDbComparer<T>
      VelocityDb.Collection.Comparer.SimpleComparer<T>

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 SimpleComparer<T> type exposes the following members.

Constructors
  NameDescription
Public methodSimpleComparer<T>
Initializes a new instance of the SimpleComparer<T> 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