コード例 #1
0
 private bool EqualsData(IpV6OptionLineIdentificationDestination other)
 {
     return(other != null &&
            LineIdentification.Equals(other.LineIdentification));
 }
コード例 #2
0
 internal override int GetDataHashCode()
 {
     return(LineIdentification.GetHashCode());
 }