DataSourceVersionComparer.Comparer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the IComparer<T> object with which to perform a comparison.
protected:
property System::Collections::Generic::IComparer<System::String ^> ^ Comparer { System::Collections::Generic::IComparer<System::String ^> ^ get(); void set(System::Collections::Generic::IComparer<System::String ^> ^ value); };
protected System.Collections.Generic.IComparer<string> Comparer { get; set; }
member this.Comparer : System.Collections.Generic.IComparer<string> with get, set
Protected Property Comparer As IComparer(Of String)
Property Value
An IComparer<T> object instance.
Exceptions
The value to be set is null.