aiMeshKey.__equal__ C# (CSharp) Метод

__equal__() публичный Метод

public __equal__ ( aiMeshKey, o ) : bool
o aiMeshKey,
Результат bool
  public bool __equal__(aiMeshKey o) {
    bool ret = AssimpPINVOKE.aiMeshKey___equal__(swigCPtr, aiMeshKey.getCPtr(o));
    if (AssimpPINVOKE.SWIGPendingException.Pending) throw AssimpPINVOKE.SWIGPendingException.Retrieve();
    return ret;
  }