Operator operator !=
operator !=(Timestamped<T>, Timestamped<T>)
Tests whether two Timestamped<T> structures are different.
public static bool operator !=(Timestamped<T> left, Timestamped<T> right)
Parameters
leftTimestamped<T>The Timestamped<T> structure on the left of the inequality operator.
rightTimestamped<T>The Timestamped<T> structure on the right of the inequality operator.
Returns
- bool
true if
leftandrightdiffer either in value or timestamp; false ifleftandrightare equal.