An NDoc Documented Class Library

xyz Inequality Operator 

Overrides the oprator != which indicates inequality

public static bool operator !=(
   xyz P,
   xyz Q
);

Parameters

P
first vector for check
Q
second vector for check

Return Value

true if they are not equals else false

See Also

xyz Class | Minais.Drawing3d.Math Namespace