Пример #1
0
 /// <summary>
 /// Compares another Bgra5551 packed vector with the packed vector.
 /// </summary>
 /// <param name="other">The Bgra5551 packed vector to compare.</param>
 /// <returns>True if the packed vectors are equal.</returns>
 public bool Equals(Bgra5551 other)
 {
     return(packedValue == other.packedValue);
 }
Пример #2
0
 public bool Equals(Bgra5551 other)
 {
     throw new NotImplementedException();
 }