how to compare ip addresses

前端 未结 6 531
梦如初夏
梦如初夏 2020-12-18 15:34

How to compare IP Address that is stored in an array of Ip[0] with remote Endpoint?? Please Help me.

6条回答
  •  暖寄归人
    2020-12-18 16:30

    You can use this class to extend IpAddress :

    http://www.codeproject.com/Articles/26550/Extending-the-IPAddress-object-to-allow-relative-c

提交回复
热议问题