public bool Equals(Node other) { return(ValueSemantics.Equals(this, other)); }
public bool Equals(Timeline <T> other) { return(ValueSemantics.Equals(this, other)); }
/// <summary> /// Determines whether this instance and another specified <see cref="History{T}"/> have the same value. /// </summary> /// <param name="other">The history to compare with this instance.</param> /// <returns> /// <c>true</c> if the value of <paramref name="other"/> is the same as the value of this instance; otherwise, <c>false</c>. /// If <paramref name="other"/> is <c>null</c>, the method returns <c>false</c>. /// </returns> public bool Equals(History <TActivity> other) { return(ValueSemantics.Equals(this, other)); }