testDiff method

bool testDiff(
  1. Quaternion q
)

Is q the same as this

Implementation

bool testDiff(Quaternion  q ) {
return equals( q ) ? false : true;
  }