AreAssemblyInfosEquivalent Function (System_Runtime Module)
[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.
AreAssemblyInfosEquivalent(@nameLhs : Text, @nameRhs : Text, @versionMajorLhs : Integer32, @versionMajorRhs : Integer32, @versionMinorLhs : Integer32, @versionMinorRhs : Integer32, @versionRevisionLhs : Integer32, @versionRevisionRhs : Integer32, @versionBuildLhs : Integer32, @versionBuildRhs : Integer32, @publicKeyTokenLhs : Binary, @publicKeyTokenRhs : Binary)
Arguments
@nameLhs
Type: Text. Infrastructure.
@nameRhs
Type: Text. Infrastructure.
@versionMajorLhs
Type: Integer32. Infrastructure.
@versionMajorRhs
Type: Integer32. Infrastructure.
@versionMinorLhs
Type: Integer32. Infrastructure.
@versionMinorRhs
Type: Integer32. Infrastructure.
@versionRevisionLhs
Type: Integer32. Infrastructure.
@versionRevisionRhs
Type: Integer32. Infrastructure.
@versionBuildLhs
Type: Integer32. Infrastructure.
@versionBuildRhs
Type: Integer32. Infrastructure.
@publicKeyTokenLhs
Type: Binary. Infrastructure.
@publicKeyTokenRhs
Type: Binary. Infrastructure.
Return Types
Logical