aiMeshKey.__greater__ C# (CSharp) Метод

__greater__() публичный Метод

public __greater__ ( aiMeshKey, o ) : bool
o aiMeshKey,
Результат bool
  public bool __greater__(aiMeshKey o) {
    bool ret = AssimpPINVOKE.aiMeshKey___greater__(swigCPtr, aiMeshKey.getCPtr(o));
    if (AssimpPINVOKE.SWIGPendingException.Pending) throw AssimpPINVOKE.SWIGPendingException.Retrieve();
    return ret;
  }