aiMeshKey.__smaller__ C# (CSharp) Method

__smaller__() public method

public __smaller__ ( aiMeshKey, o ) : bool
o aiMeshKey,
return bool
  public bool __smaller__(aiMeshKey o) {
    bool ret = AssimpPINVOKE.aiMeshKey___smaller__(swigCPtr, aiMeshKey.getCPtr(o));
    if (AssimpPINVOKE.SWIGPendingException.Pending) throw AssimpPINVOKE.SWIGPendingException.Retrieve();
    return ret;
  }