Provides operations for IPv6 address pair
EQ (ipv6_address_at i)
Returns boolean TRUE if either source IP or destination IP is same as the
argument.
Example : CONNECTION.IPv6.EQ(2001:db8:0:0:1::1)
i- IPv6 address
Returns: bool_atNE (ipv6_address_at i)
Returns boolesn TRUE is neither source IP nor Destination IP is same as the
argument.
Example : CONNECTION.IPv6.NE(2001:db8:0:0:1::1)
i- IP Address
Returns: bool_at