AssemblyVersionCompatibilityResolverIsAssemblyVersionCompatible Method

Checks whether the given assebly version is compatible with the current version.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static bool IsAssemblyVersionCompatible(
	AssemblyName other
)

Parameters

other  AssemblyName
The other assembly's assembly name.

Return Value

Boolean
True if the assemblies are compatible.

See Also