bool operator !=(const PrimitiveFill& other) const;
The != operator determines the inequality of two PrimitiveFills.
Parameters |
Description |
const PrimitiveFill& other |
The passed PrimitiveFill which is compared with the current PrimitiveFill. |
A Boolean value of true if not equal and false otherwise.