bool operator ==(const ResourceId & other) const; bool operator ==(UInt32 idVal) const;
== operator compares two resource ids.
Parameters |
Description |
const ResourceId & other |
Resource id to compare with. |
UInt32 idVal |
Invalid resource id to compare with. |
A Boolean value of true if the resource ids are equal otherwise false.