Пример #1
0
bool CJNILinkProperties::equals(const CJNILinkProperties& other)
{
  return call_method<jboolean>(m_object,
    "equals", "(Ljava/lang/Object;)Z", other.get_raw());
}