Click or drag to resize

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

Parameters

other
Type: Quasardb.TimeSeries.QdbPoint<T>
An object to compare with this object.

Return Value

Type: Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatable<T>.Equals(T)
See Also