DataItemDataItemComparerEquals(IDataItem, IDataItem) Method

Determines whether the specified objects are equal.

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public bool Equals(
	IDataItem x,
	IDataItem y
)

Parameters

x  IDataItem
The first object of type T to compare.
y  IDataItem
The second object of type T to compare.

Return Value

Boolean
if the specified objects are equal; otherwise, .

Implements

IEqualityComparerTEquals(T, T)

See Also