AssemblyName.ReferenceMatchesDefinition Method
May 02, 2013
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)
public static bool ReferenceMatchesDefinition( AssemblyName reference, AssemblyName definition )
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.