make a virtual Equals func on components. Will need to make custom ones for a link and a device
This commit is contained in:
parent
990920b48f
commit
0a189ec949
@ -29,6 +29,11 @@ namespace EduNetworkBuilder
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public virtual bool Equals(NetworkComponent toCompare)
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
public virtual bool HasMac(string MAC)
|
public virtual bool HasMac(string MAC)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user