Beispiel #1
0
 /// <summary>
 /// The equals.
 /// </summary>
 /// <param name="other">
 /// The other.
 /// </param>
 /// <returns>
 /// The <see cref="bool"/>.
 /// </returns>
 protected bool Equals(VideoTune other)
 {
     return string.Equals(this.ShortName, other.ShortName);
 }
Beispiel #2
0
 /// <summary>
 /// The equals.
 /// </summary>
 /// <param name="other">
 /// The other.
 /// </param>
 /// <returns>
 /// The <see cref="bool"/>.
 /// </returns>
 protected bool Equals(VideoTune other)
 {
     return(string.Equals(this.ShortName, other.ShortName));
 }