示例#1
0
 public bool Equals(ITransactionParticipant other)
 {
     return(thisParticipant.Equals(other));
 }