AreAssemblyInfosEquivalent Function (System_Runtime Schema)
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
This is an infrastructure function. Do not call this function directly.
[System_Runtime].[AreAssemblyInfosEquivalent] ( @nameLhs, @nameRhs, @versionMajorLhs, @versionMajorRhs, @versionMinorLhs, @versionMinorRhs, @versionRevisionLhs, @versionRevisionRhs, @versionBuildLhs, @versionBuildRhs, @publicKeyTokenLhs, @publicKeyTokenRhs )
Arguments
@nameLhs
Type: nvarchar(max). Infrastructure.
@nameRhs
Type: nvarchar(max). Infrastructure.
@versionMajorLhs
Type: int. Infrastructure.
@versionMajorRhs
Type: int. Infrastructure.
@versionMinorLhs
Type: int. Infrastructure.
@versionMinorRhs
Type: int. Infrastructure.
@versionRevisionLhs
Type: int. Infrastructure.
@versionRevisionRhs
Type: int. Infrastructure.
@versionBuildLhs
Type: int. Infrastructure.
@versionBuildRhs
Type: int. Infrastructure.
@publicKeyTokenLhs
Type: varbinary(max). Infrastructure.
@publicKeyTokenRhs
Type: varbinary(max). Infrastructure.
Return Types
bit