IntervalEquals Method (Interval) |
Tests wither the current instance is equal to another interval.
Namespace:
Meta.Numerics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public bool Equals(
Interval other
)
Public Function Equals (
other As Interval
) As Boolean
public:
virtual bool Equals(
Interval other
) sealed
abstract Equals :
other : Interval -> bool
override Equals :
other : Interval -> bool
Parameters
- other
- Type: Meta.NumericsInterval
Another iteterval.
Return Value
Type:
Boolean if the current instance equals
other, otherwise
.
Implements
IEquatableTEquals(T)See Also