SimpleComparerT Class |
Namespace: VelocityDb.Collection.Comparer
[SerializableAttribute] public class SimpleComparer<T> : VelocityDbComparer<T> where T : IComparable
The SimpleComparerT type exposes the following members.
Name | Description | |
---|---|---|
![]() | SimpleComparerT | Initializes a new instance of the SimpleComparerT class |
Name | Description | |
---|---|---|
![]() | Compare |
If the Key objects implements IComparable then the NodeKeys are compared that way, otherwise the Id are compared
(Overrides VelocityDbComparerKeyCompare(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.) |