DHI.Mike1D Class Library
C#
Show/Hide TOC
Location
Span
Equality
Comparer
Equals(ILocation
Span, ILocation
Span) 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
(
ILocationSpan
x
,
ILocationSpan
y
)
Parameters
x
ILocationSpan
The first object of type
T
to compare.
y
ILocationSpan
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
LocationSpanEqualityComparer Class
Equals Overload
DHI.Mike1D.Generic Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also