PrimitiveFill::==

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

The == operator compares two PrimitiveFill.

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

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