HdlcAddressEquals Method

Implementation of method from IEquatable interface

Definition

Namespace: OddPrg.Protocols.Hdlc
Assembly: OddPrg.Frames.Hdlc (in OddPrg.Frames.Hdlc.dll) Version: 1.0.0.2 (1.0.0.2)
C#
public bool Equals(
	HdlcAddress other
)

Parameters

other  HdlcAddress

Return Value

Boolean

Implements

IEquatableTEquals(T)

See Also