CompareObjectsCompare Method

Compare two objects of the same type to each other.

Definition

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

Parameters

object1  Object

[Missing <param name="object1"/> documentation for "M:DHI.Mike1D.Generic.CompareObjects.Compare(System.Object,System.Object)"]

object2  Object

[Missing <param name="object2"/> documentation for "M:DHI.Mike1D.Generic.CompareObjects.Compare(System.Object,System.Object)"]

Return Value

Boolean
True if they are equal

Remarks

Check the Differences or DifferencesString Properties for the differences. Default MaxDifferences is 1 for performance

See Also