예제 #1
0
파일: Alpha8.cs 프로젝트: BibleUs/FNA
 /// <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);
 }
예제 #2
0
파일: Alpha8.cs 프로젝트: leha-bot/Mono.XNA
 public bool Equals(Alpha8 other)
 {
     throw new NotImplementedException();
 }