Example #1
0
 /// <inheritdoc/>
 public bool Equals(Relocation other) => IteratorRef.Equals(other.IteratorRef);
Example #2
0
 /// <inheritdoc/>
 public bool Equals(Symbol other) => IteratorRef.Equals(other.IteratorRef);
Example #3
0
 /// <inheritdoc/>
 public override int GetHashCode( ) => IteratorRef.GetHashCode( );
Example #4
0
 /// <summary>Tests an <see cref="Section"/> for equality</summary>
 /// <param name="other"><see cref="Section"/> to compare with this instance</param>
 /// <returns><see langword="true"/> if the </returns>
 public bool Equals(Section other) => IteratorRef.Equals(other.IteratorRef);