 | QdbPoint<T>.Equals Method (QdbPoint<T>) |
Indicates whether the current object is equal to another object of the same type.
Namespace:
Quasardb.TimeSeries
Assembly:
Quasardb (in Quasardb.dll) Version: 3.10.1.0 (3.10.1.0)
Syntaxpublic virtual bool Equals(
QdbPoint<T> other
)
Public Overridable Function Equals (
other As QdbPoint(Of T)
) As Boolean
Parameters
- other
- Type: Quasardb.TimeSeries.QdbPoint<T>
An object to compare with this object.
Return Value
Type:
Booleantrue if the current object is equal to the
other parameter; otherwise,
false.
Implements
IEquatable<T>.Equals(T)
See Also