aiString.__equal__ C# (CSharp) Méthode

__equal__() public méthode

public __equal__ ( aiString, other ) : bool
other aiString,
Résultat bool
  public bool __equal__(aiString other) {
    bool ret = AssimpPINVOKE.aiString___equal__(swigCPtr, aiString.getCPtr(other));
    if (AssimpPINVOKE.SWIGPendingException.Pending) throw AssimpPINVOKE.SWIGPendingException.Retrieve();
    return ret;
  }