ClassOfDeviceEquals(Object) Method

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

Definition

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

Parameters

obj  Object
An object value to compare with the current instance.

Return Value

Boolean
true if obj is an instance of ClassOfDevice and equals the value of this instance; otherwise, false.

See Also