public bool Equals(TAccountkey other)
 {
     return(TargetAccountNumber.Equals(other));
 }
Example #2
0
 public int CompareTo(TAccountkey other)
 {
     return(TargetAccountNumber.CompareTo(other));
 }