bool operator !=(const ResourceId & other) const; bool operator !=(UInt32 idVal) const;
!= inequality operation.
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 not equal, otherwise false.