Operator operator ==
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
andright
have equal value and timestamp; otherwise, false.