示例#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));
 }