コード例 #1
0
 private bool EqualsData(IpV6MobilityOptionGreKey other)
 {
     return(other != null &&
            GreKeyIdentifier == other.GreKeyIdentifier);
 }
コード例 #2
0
 private bool EqualsData(IpV6MobilityOptionGreKey other)
 {
     return other != null &&
            GreKeyIdentifier == other.GreKeyIdentifier;
 }