aiFace.__nequal__ C# (CSharp) Method

__nequal__() public method

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