RouteValueDictionary.Comparer Property

Definition

Gets the comparer for this dictionary.

public:
 property System::Collections::Generic::IEqualityComparer<System::String ^> ^ Comparer { System::Collections::Generic::IEqualityComparer<System::String ^> ^ get(); };
public System.Collections.Generic.IEqualityComparer<string> Comparer { get; }
member this.Comparer : System.Collections.Generic.IEqualityComparer<string>
Public ReadOnly Property Comparer As IEqualityComparer(Of String)

Property Value

Remarks

This will always be a reference to OrdinalIgnoreCase

Applies to