ImmutableDictionary<TKey,TValue>.ValueComparer 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 the value comparer used to determine whether values are equal.
public:
property System::Collections::Generic::IEqualityComparer<TValue> ^ ValueComparer { System::Collections::Generic::IEqualityComparer<TValue> ^ get(); };
public System.Collections.Generic.IEqualityComparer<TValue> ValueComparer { get; }
member this.ValueComparer : System.Collections.Generic.IEqualityComparer<'Value>
Public ReadOnly Property ValueComparer As IEqualityComparer(Of TValue)
Property Value
IEqualityComparer<TValue>
The value comparer used to determine whether values are equal.
Remarks
Value comparison is used as a performance optimization when updating immutable collections: equal values do not get replaced in order to minimize the amount of copying required.
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.