예제 #1
0
 public bool Equals(IIdentifiable <IVoIPTransport> other)
 {
     return(EqualsTemplate.Equals(this, other));
 }
예제 #2
0
파일: Call.cs 프로젝트: xaccc/pjsip4net
 public bool Equals(IIdentifiable <ICall> other)
 {
     return(EqualsTemplate.Equals(this, other));
 }
예제 #3
0
 public bool Equals(IIdentifiable <IWavPlayer> other)
 {
     return(EqualsTemplate.Equals(this, other));
 }