Esempio n. 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(Alpha8 other)
 {
     return(packedValue == other.packedValue);
 }
Esempio n. 2
0
 public bool Equals(Alpha8 other)
 {
     throw new NotImplementedException();
 }