AssemblyVersionCompatibilityResolverIsAssemblyVersionCompatible Method
Checks whether the given assebly version is compatible with the current version.
Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public static bool IsAssemblyVersionCompatible(
AssemblyName other
)
- other AssemblyName
- The other assembly's assembly name.
BooleanTrue if the assemblies are compatible.