ResourceId::==

ResourceId::==
bool operator ==(const ResourceId & other) const;
bool operator ==(UInt32 idVal) const;
Description

== operator compares two resource ids.

Parameters
Parameters 
Description 
const ResourceId & other 
Resource id to compare with. 
UInt32 idVal 
Invalid resource id to compare with. 
Return Value

A Boolean value of true if the resource ids are equal otherwise false.