aiMeshKey.__nequal__ C# (CSharp) Method

__nequal__() public method

public __nequal__ ( aiMeshKey, o ) : bool
o aiMeshKey,
return bool
  public bool __nequal__(aiMeshKey o) {
    bool ret = AssimpPINVOKE.aiMeshKey___nequal__(swigCPtr, aiMeshKey.getCPtr(o));
    if (AssimpPINVOKE.SWIGPendingException.Pending) throw AssimpPINVOKE.SWIGPendingException.Retrieve();
    return ret;
  }