Click or drag to resize

CompareObjectsCompare Method

Compare two objects of the same type to each other.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public bool Compare(
	Object object1,
	Object object2
)

Parameters

object1
Type: SystemObject
object2
Type: SystemObject

Return Value

Type: Boolean
True if they are equal
Remarks
Check the Differences or DifferencesString Properties for the differences. Default MaxDifferences is 1 for performance
See Also