TwoDLocationEquals Method (ILocation) |
Indicates whether the current object is equal to another object of the same type.
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
An object to compare with this object.
Return Value
Type:
Boolean
true if the current object is equal to the other parameter; otherwise, false.
Implements
IEquatableTEquals(T)See Also