 | QdbPointTEquals Method (QdbPointT) |
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.TimeSeriesQdbPointT
An object to compare with this object.
Return Value
Type:
Boolean if the current object is equal to the
other parameter; otherwise,
.
Implements
IEquatableTEquals(T)
See Also