Get a comparator for the version numbers

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

Syntax

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

See Also