Click or drag to resize

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.2.0 (3.10.2.0)
Syntax
public virtual bool Equals(
	QdbPoint<T> other
)

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