{
{    The purpose of this function is to compare two network address and return
{ a value of TRUE if they are equivalent.  At this time only two address kinds
{ are supported:  internet and OSI transport.  Only the system address is used
{ as a basis for comparison.  Addresses of another kind will result in a value
{ of FALSE.
{
{       NFP$NETWORK_ADDRESSES_MATCH (FIRST_ADDRESS, SECOND_ADDRESS)
{
{ FIRST_ADDRESS: (input)  This parameter specifies the first address.
{
{ SECOND_ADDRESS: (input)  This parameter specifies the second address.
{
