Exemple #1
0
 /// <summary>
 /// Returns a value that indicates whether the current instance is equal to a
 /// specified object.
 /// </summary>
 /// <param name="other">The object with which to make the comparison.</param>
 /// <returns>
 /// True if the current instance is equal to the specified object; false otherwise.
 /// </returns>
 public bool Equals(HalfVector4 other)
 {
     return(packedValue.Equals(other.packedValue));
 }
Exemple #2
0
 public bool Equals(HalfVector4 other)
 {
     throw new NotImplementedException();
 }