 | IntervalEquals Method |
Tests for equality of this interval and another interval.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic override bool Equals(
Object o
)
Public Overrides Function Equals (
o As Object
) As Boolean
public:
virtual bool Equals(
Object^ o
) override
abstract Equals :
o : Object -> bool
override Equals :
o : Object -> bool
Parameters
- o
- Type: SystemObject
Another interval.
Return Value
Type:
BooleanTrue if both intervals have the same type and the
same endpoints; otherwise,
false.
See Also