The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
AssemblyName::ReferenceMatchesDefinition Method (AssemblyName^, AssemblyName^)
.NET Framework (current version)
Returns a value indicating 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.
The comparison depends only on the simple assembly name. It ignores version, culture, and public key token.
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: