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