PrimitiveFillData::==

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

The == operator compares two PrimitiveFillData.

Parameters
Parameters 
Description 
const PrimitiveFillData& other 
PrimitiveFillData whose value is compared to the current PrimitiveFillData
Return Value

A Boolean value of true if the two PrimitiveFillData are equal and false otherwise.