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