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