예제 #1
0
 /// <summary>
 /// Indicates whether this <see cref="ColorRGB48"/> and a specified <see cref="ColorRGB48"/> instance represent the same color value.
 /// </summary>
 /// <param name="other">A <see cref="ColorRGB48"/> instance to compare to the current instance.</param>
 /// <returns>true if both instances represent the same color value; otherwise false.</returns>
 public bool Equals(ColorRGB48 other)
 {
     return(this == other);
 }
예제 #2
0
파일: ColorRGB48.cs 프로젝트: eriser/nsynth
 /// <summary>
 /// Indicates whether this <see cref="ColorRGB48"/> and a specified <see cref="ColorRGB48"/> instance represent the same color value.
 /// </summary>
 /// <param name="other">A <see cref="ColorRGB48"/> instance to compare to the current instance.</param>
 /// <returns>true if both instances represent the same color value; otherwise false.</returns>
 public bool Equals(ColorRGB48 other)
 {
     return this == other;
 }