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