IrDAAddressEquals Method

Compares two IrDAAddress instances for equality.

Definition

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

Parameters

obj  Object
The IrDAAddress to compare with the current instance.

Return Value

Boolean
true if obj is a IrDAAddress and equal to the current instance; otherwise, false.

See Also