Exemple #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);
 }
Exemple #2
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;
 }