2026 Method
Changes 0
M

AssemblyInstance.CompareAssemblyInstances

Description:
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.
public static AssemblyDifference CompareAssemblyInstances(
	AssemblyInstance instance1,
	AssemblyInstance instance2
)
Return Value AssemblyDifference An object describing the difference between the two instances