Ejemplo n.º 1
0
 /// <summary>
 /// Compares another Bgr565 packed vector with the packed vector.
 /// </summary>
 /// <param name="other">The Bgr565 packed vector to compare.</param>
 /// <returns>true if the packed vectors are equal.</returns>
 public bool Equals(Bgr565 other)
 {
     return(_packedValue == other._packedValue);
 }
Ejemplo n.º 2
0
 public bool Equals(Bgr565 other)
 {
     throw new NotImplementedException();
 }