Поделиться через


AssemblyIdentityComparer.Compare(AssemblyIdentity, AssemblyIdentity) Метод

Определение

Сравнивает эталонную идентификацию сборки с удостоверением определения и возвращает их связь.

public:
 Microsoft::CodeAnalysis::AssemblyIdentityComparer::ComparisonResult Compare(Microsoft::CodeAnalysis::AssemblyIdentity ^ reference, Microsoft::CodeAnalysis::AssemblyIdentity ^ definition);
public Microsoft.CodeAnalysis.AssemblyIdentityComparer.ComparisonResult Compare (Microsoft.CodeAnalysis.AssemblyIdentity reference, Microsoft.CodeAnalysis.AssemblyIdentity definition);
member this.Compare : Microsoft.CodeAnalysis.AssemblyIdentity * Microsoft.CodeAnalysis.AssemblyIdentity -> Microsoft.CodeAnalysis.AssemblyIdentityComparer.ComparisonResult
Public Function Compare (reference As AssemblyIdentity, definition As AssemblyIdentity) As AssemblyIdentityComparer.ComparisonResult

Параметры

reference
AssemblyIdentity

Эталонная идентификация.

definition
AssemblyIdentity

Удостоверение определения.

Возвращаемое значение

Применяется к