aiString.__equal__ C# (CSharp) Method

__equal__() public method

public __equal__ ( aiString, other ) : bool
other aiString,
return 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;
  }