Ejemplo n.º 1
0
 public int CompareTo(IActorRef other)
 {
     return(_delegate.CompareTo(other));
 }
Ejemplo n.º 2
0
 public int CompareTo(IActorRef other)
 {
     return(_wrappedRef.CompareTo(other));
 }