PrimitiveFill::!=

PrimitiveFill::!=
bool operator !=(const PrimitiveFill& other) const;
Description

The != operator determines the inequality of two PrimitiveFills.

Parameters
Parameters 
Description 
const PrimitiveFill& other 
The passed PrimitiveFill which is compared with the current PrimitiveFill
Return Value

A Boolean value of true if not equal and false otherwise.