HostMatcherPolicy.Comparer 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 an IComparer<T> that will be used to sort the endpoints.
public:
property System::Collections::Generic::IComparer<Microsoft::AspNetCore::Http::Endpoint ^> ^ Comparer { System::Collections::Generic::IComparer<Microsoft::AspNetCore::Http::Endpoint ^> ^ get(); };
public System.Collections.Generic.IComparer<Microsoft.AspNetCore.Http.Endpoint> Comparer { get; }
member this.Comparer : System.Collections.Generic.IComparer<Microsoft.AspNetCore.Http.Endpoint>
Public ReadOnly Property Comparer As IComparer(Of Endpoint)