In game code, a == b will be true if a and b are very near. Because IsEqual uses Equals() overloads instead of ==, this functionality isn't there.
In game code, a == b will be true if a and b are very near. Because IsEqual uses Equals() overloads instead of ==, this functionality isn't there.