private bool EqualsData(IpV6AccessNetworkIdentifierSubOptionOperatorIdentifier other)
 {
     return other != null &&
            IdentifierType == other.IdentifierType && Identifier.Equals(other.Identifier);
 }
示例#2
0
 private bool EqualsData(IpV6AccessNetworkIdentifierSubOptionOperatorIdentifier other)
 {
     return(other != null &&
            IdentifierType == other.IdentifierType && Identifier.Equals(other.Identifier));
 }