aiMeshKey.__smaller__ C# (CSharp) Méthode

__smaller__() public méthode

public __smaller__ ( aiMeshKey, o ) : bool
o aiMeshKey,
Résultat 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;
  }