Click or drag to resize
MacAddressEquality Operator
Determines whether the specified MacAddress objects are equal.

Namespace: Network.Sim.Link
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool operator ==(
	MacAddress a,
	MacAddress b
)

Parameters

a
Type: Network.Sim.LinkMacAddress
The first object.
b
Type: Network.Sim.LinkMacAddress
The second object.

Return Value

Type: Boolean
True if the specified objects are semantically equal; Otherwise false.
See Also