Click or drag to resize
MacAddressEquals Method
Determines whether the specified object is equal to this MacAddress instance.

Namespace: Network.Sim.Link
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare with the current object.

Return Value

Type: Boolean
True if the specified object is semantically equal to this MacAddress instance; Otherwise false.
See Also