コード例 #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();
 }