InclusionExclusionList<T>.Comparator Property

Definition

Set this property to override using the Equals method to compare two T's

public:
 property System::Collections::Generic::IComparer<T> ^ Comparator { System::Collections::Generic::IComparer<T> ^ get(); void set(System::Collections::Generic::IComparer<T> ^ value); };
public System.Collections.Generic.IComparer<T> Comparator { get; set; }
member this.Comparator : System.Collections.Generic.IComparer<'T> with get, set
Public Property Comparator As IComparer(Of T)

Property Value

Applies to