DataSourceVersionComparer.Comparer Property

Definition

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.

Applies to