LocationEquals Method (ILocation) |
Indicates whether the current object is equal to another object of the same type.
The Location chainage must be within
LOCATION_EQUAL_TOLERANCE.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public bool Equals(
ILocation other
)
Public Function Equals (
other As ILocation
) As Boolean
public:
virtual bool Equals(
ILocation^ other
) sealed
Parameters
- other
- Type: DHI.Mike1D.GenericILocation
[Missing <param name="other"/> documentation for "M:DHI.Mike1D.Generic.Location.Equals(DHI.Mike1D.Generic.ILocation)"]
Return Value
Type:
Boolean
true if the current object is equal to the
other parameter; otherwise, false.
Implements
IEquatableTEquals(T)See Also