DHI.Mike1D Class Library
C#
Show/Hide TOC
Quantity
Full
Comparer
Equals(IQuantity, IQuantity) Method
Determines whether the specified objects are equal.
Definition
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
Copy
public
bool
Equals
(
IQuantity
x
,
IQuantity
y
)
Parameters
x
IQuantity
The first object of type
T
to compare.
y
IQuantity
The second object of type
T
to compare.
Return Value
Boolean
if the specified objects are equal; otherwise,
.
Implements
IEqualityComparer
T
Equals(T, T)
See Also
Reference
Quantity
FullComparer Class
Equals Overload
DHI.Mike1D.Generic Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also