Get the comparator used to compare two different version values together.

Namespace: NHibernate.Cache
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
IComparer VersionComparator { get; }
Visual Basic
ReadOnly Property VersionComparator As IComparer
	Get
Visual C++
property IComparer^ VersionComparator {
	IComparer^ get ();
}

Return Value

An appropriate comparator.

See Also