Share via


EndpointMetadataComparer.IComparer<Endpoint>.Compare Method

Definition

 virtual int System.Collections.Generic.IComparer<Microsoft.AspNetCore.Http.Endpoint>.Compare(Microsoft::AspNetCore::Http::Endpoint ^ x, Microsoft::AspNetCore::Http::Endpoint ^ y) = System::Collections::Generic::IComparer<Microsoft::AspNetCore::Http::Endpoint ^>::Compare;
int IComparer<Endpoint>.Compare (Microsoft.AspNetCore.Http.Endpoint x, Microsoft.AspNetCore.Http.Endpoint y);
int IComparer<Endpoint>.Compare (Microsoft.AspNetCore.Http.Endpoint? x, Microsoft.AspNetCore.Http.Endpoint? y);
abstract member System.Collections.Generic.IComparer<Microsoft.AspNetCore.Http.Endpoint>.Compare : Microsoft.AspNetCore.Http.Endpoint * Microsoft.AspNetCore.Http.Endpoint -> int
override this.System.Collections.Generic.IComparer<Microsoft.AspNetCore.Http.Endpoint>.Compare : Microsoft.AspNetCore.Http.Endpoint * Microsoft.AspNetCore.Http.Endpoint -> int
Function Compare (x As Endpoint, y As Endpoint) As Integer Implements IComparer(Of Endpoint).Compare

Parameters

Returns

Implements

Applies to