Example #1
0
 public bool Equals(HalfSingle other)
 {
     return((int)this.packedValue == (int)other.packedValue);
 }
Example #2
0
 public bool Equals(HalfSingle other)
 {
     return(packedValue == other.packedValue);
 }
Example #3
0
 public bool Equals(HalfSingle other)
 {
     throw new NotImplementedException();
 }