ClassOfDeviceEquals(ClassOfDevice) Method
Returns a value indicating whether this instance is equal to a specified
ClassOfDevice value.
Namespace: InTheHand.Net.BluetoothAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public bool Equals(
ClassOfDevice other
)
Public Function Equals (
other As ClassOfDevice
) As Boolean
public:
virtual bool Equals(
ClassOfDevice^ other
) sealed
abstract Equals :
other : ClassOfDevice -> bool
override Equals :
other : ClassOfDevice -> bool
- other ClassOfDevice
- An ClassOfDevice
value to compare with the current instance.
Booleantrue if
other
has the same value as this instance; otherwise, false.
IEquatableTEquals(T)