aiMeshKey.__equal__ C# (CSharp) Method

__equal__() public method

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