ResourceId::!=

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

!= inequality operation.

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 not equal, otherwise false.