public virtual void TestEquals() { string expResult = "1-216"; var instance = new PortRange(expResult); instance.Equals(new PortRange("-216")); }