bool operator ==(const PrimitiveFill& other) const;
The == operator compares two PrimitiveFill.
Parameters |
Description |
const PrimitiveFill& other |
PrimitiveFill whose value is compared to the current PrimitiveFill. |
A Boolean value of true if the two PrimitiveFill are equal and false otherwise.