WRAPPER_API bool Exists(const BmgChar *issuer) const
The Exists method indicates if there exists an identifier in this IdentifierCollection with the specified issuer.
void IdentifierCollection_Exists(GEOCALCPBW_NAMESPACE::IdentifierCollection & idc)
{
if(idc.Exists(L"GC"))
{
const BmgChar * code = idc.get_Item(L"GC");
}
}