aiString.__nequal__ C# (CSharp) Method

__nequal__() public method

public __nequal__ ( aiString, other ) : bool
other aiString,
return bool
  public bool __nequal__(aiString other) {
    bool ret = AssimpPINVOKE.aiString___nequal__(swigCPtr, aiString.getCPtr(other));
    if (AssimpPINVOKE.SWIGPendingException.Pending) throw AssimpPINVOKE.SWIGPendingException.Retrieve();
    return ret;
  }