Test whether two specified color structures are different.
public static bool operator !=(MathPoint left, MathPoint right)
parameter | description |
---|---|
left | The MathPoint that is to the left of the inequality operator. |
right | The MathPoint that is to the right of the inequality operator. |
true if the two MathPoint structures are different; otherwise, false.