AssemblyName.ReferenceMatchesDefinition Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a value that indicates whether two assembly names are the same. The comparison is based on the simple assembly names
Assembly: mscorlib (in mscorlib.dll)
'Declaration Public Shared Function ReferenceMatchesDefinition ( _ reference As AssemblyName, _ definition As AssemblyName _ ) As Boolean
Parameters
- reference
- Type: System.Reflection.AssemblyName
The reference assembly name.
- definition
- Type: System.Reflection.AssemblyName
The assembly name that is compared to the reference assembly.
Show: