aiMeshKey.__greater__ C# (CSharp) Method

__greater__() public method

public __greater__ ( aiMeshKey, o ) : bool
o aiMeshKey,
return 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;
  }