Beispiel #1
0
 public bool Equals(IIdentifiable <IVoIPTransport> other)
 {
     return(EqualsTemplate.Equals(this, other));
 }
Beispiel #2
0
 public bool Equals(IIdentifiable <ICall> other)
 {
     return(EqualsTemplate.Equals(this, other));
 }
Beispiel #3
0
 public bool Equals(IIdentifiable <IWavPlayer> other)
 {
     return(EqualsTemplate.Equals(this, other));
 }