コード例 #1
0
ファイル: BlePeripheral.cs プロジェクト: nexussays/BLE.net
 /// <inheritDoc />
 protected Boolean Equals( BlePeripheral other )
 {
    return Equals( (IBlePeripheral)other );
 }
コード例 #2
0
 /// <inheritDoc />
 protected Boolean Equals(BlePeripheral other)
 {
     return(Equals((IBlePeripheral)other));
 }