예제 #1
0
 public int CompareTo(IActorRef other)
 {
     return(_delegate.CompareTo(other));
 }
예제 #2
0
 public int CompareTo(IActorRef other)
 {
     return(_wrappedRef.CompareTo(other));
 }