AssemblyInstance.CompareAssemblyInstances
Description:
Compares two assembly instances and returns a result with details about the differences
Compares two assembly instances and returns a result with details about the differences
Remarks:
Only the first found difference is returned. If the instances are identical, AssemblyDifferenceNone will be returned.
Only the first found difference is returned. If the instances are identical, AssemblyDifferenceNone will be returned.
public static AssemblyDifference CompareAssemblyInstances(
AssemblyInstance instance1,
AssemblyInstance instance2
)
-
instance1The first assembly instance to compare
-
instance2the second assembly instance to compare
-
A non-optional argument was null