SimpleComparer<T> Class |
Namespace: VelocityDb.Collection.Comparer
[SerializableAttribute] public class SimpleComparer<T> : VelocityDbComparer<T> where T : IComparable
The SimpleComparer<T> type exposes the following members.
Name | Description | |
---|---|---|
![]() | SimpleComparer<T> | Initializes a new instance of the SimpleComparer<T> class |
Name | Description | |
---|---|---|
![]() | Compare |
If the Key objects implements IComparable then the NodeKeys are compared that way, otherwise the Id are compared
(Overrides VelocityDbComparer<Key>.Compare(Key, Key).) |
Name | Description | |
---|---|---|
![]() | ToStringDetails(SessionBase, Boolean) | Overloaded.
Object details as a string
(Defined by Utilities.) |
![]() | ToStringDetails(Schema, TypeVersion, Boolean) | Overloaded.
Currently only used by Database Manager
(Defined by Utilities.) |