示例#1
0
 int IComparable <IActorRef> .CompareTo(IActorRef other)
 {
     return(TestActor.CompareTo(other));
 }
示例#2
0
 /// <inheritdoc/>
 public int CompareTo(object obj)
 {
     return(TestActor.CompareTo(obj));
 }