コード例 #1
0
ファイル: WavPlayer.cs プロジェクト: wblxyxolbkhv/pjsip4net
 bool IIdentifiable <IWavPlayer> .DataEquals(IWavPlayer other)
 {
     return(ConferencePortId.Equals(other.ConferencePortId));
 }
コード例 #2
0
 public bool DataEquals(IWavRecorder other)
 {
     return(ConferencePortId.Equals(other.ConferencePortId));
 }