Table of Contents

Operator operator ==

Namespace
Bonsai.Harp
Assembly
Bonsai.Harp.dll

operator ==(Timestamped<T>, Timestamped<T>)

Tests whether two Timestamped<T> structures are equal.

public static bool operator ==(Timestamped<T> left, Timestamped<T> right)

Parameters

left Timestamped<T>

The Timestamped<T> structure on the left of the equality operator.

right Timestamped<T>

The Timestamped<T> structure on the right of the equality operator.

Returns

bool

true if left and right have equal value and timestamp; otherwise, false.