Share via


InclusionExclusionList<T>.Comparator Property

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

Namespace:  Microsoft.VisualStudio.Enterprise.WebInstrument
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public Property Comparator As IComparer(Of T)
public IComparer<T> Comparator { get; set; }
public:
property IComparer<T>^ Comparator {
    IComparer<T>^ get ();
    void set (IComparer<T>^ value);
}
member Comparator : IComparer<'T> with get, set
function get Comparator () : IComparer<T>
function set Comparator (value : IComparer<T>)

Property Value

Type: System.Collections.Generic.IComparer<T>
Returns IComparer<T>.

.NET Framework Security

See Also

Reference

InclusionExclusionList<T> Class

Microsoft.VisualStudio.Enterprise.WebInstrument Namespace