Determines whether the specified object is equal to this MacAddress
instance.
Namespace: Network.Sim.LinkAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic override bool Equals(
Object obj
)
Parameters
- obj
- Type: SystemObject
The object to compare with the current object.
Return Value
Type:
BooleanTrue if the specified object is semantically equal to this
MacAddress instance; Otherwise false.
See Also