Exemple #1
0
 private bool EqualsData(IpV6OptionSimplifiedMulticastForwardingDuplicatePacketDetectionSequenceHashAssistValue other)
 {
     return(other != null &&
            HashAssistValue.Equals(other.HashAssistValue));
 }
 private bool EqualsData(IpV6OptionSimplifiedMulticastForwardingDuplicatePacketDetectionSequenceHashAssistValue other)
 {
     return other != null &&
            HashAssistValue.Equals(other.HashAssistValue);
 }