ImmutableDictionary<TKey,TValue>.Builder.ValueComparer Property

Definition

Gets or sets the value comparer.

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

Property Value

The value comparer.

Applies to