コード例 #1
0
ファイル: VoIPTransport.cs プロジェクト: stevenhzj/pjsip4net
 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
ファイル: WavPlayer.cs プロジェクト: wblxyxolbkhv/pjsip4net
 public bool Equals(IIdentifiable <IWavPlayer> other)
 {
     return(EqualsTemplate.Equals(this, other));
 }