コード例 #1
0
ファイル: UniqueDeviceName.cs プロジェクト: kthompson/Upnp
 protected bool Equals(UniqueDeviceName other)
 {
     return Uuid.Equals(other.Uuid);
 }
コード例 #2
0
 protected bool Equals(UniqueDeviceName other)
 {
     return(Uuid.Equals(other.Uuid));
 }