ClassOfDeviceEquals(ClassOfDevice) Method

Returns a value indicating whether this instance is equal to a specified ClassOfDevice value.

Definition

Namespace: InTheHand.Net.Bluetooth
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public bool Equals(
	ClassOfDevice other
)

Parameters

other  ClassOfDevice
An ClassOfDevice value to compare with the current instance.

Return Value

Boolean
true if other has the same value as this instance; otherwise, false.

Implements

IEquatableTEquals(T)

See Also