aiString.__nequal__ C# (CSharp) Méthode

__nequal__() public méthode

public __nequal__ ( aiString, other ) : bool
other aiString,
Résultat 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;
  }