sandialabs/Arcus

Addressing CA1036 for IPAddressRange and Subnet

rheone opened this issue · 2 comments

CA1036 states that IPAddressRange and Subnet should override the comparison operators, specifically op_Equality, op_Inequality, op_LessThan and op_GreaterThan.

Add less than or equal to and greater than or equal to so as not to disappoint

See branch AddressCA1036 and rebase on master before merge after PR #24 is complete

Closed in #31