PrimitiveFillData::!=

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

The != operator determines the inequality of two PrimitiveFillData.

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

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