示例#1
0
 private bool EqualsData(IpV6OptionIdentifierLocatorNetworkProtocolNonce other)
 {
     return(other != null &&
            Nonce.Equals(other.Nonce));
 }
 private bool EqualsData(IpV6OptionIdentifierLocatorNetworkProtocolNonce other)
 {
     return other != null &&
            Nonce.Equals(other.Nonce);
 }