private bool EqualsData(TcpOptionAuthentication other) { return(other != null && KeyId.Equals(other.KeyId) && RequestedNextKeyId.Equals(other.RequestedNextKeyId) && MessageAuthenticationCode.SequenceEqual(other.MessageAuthenticationCode)); }
private bool EqualsData(TcpOptionAuthentication other) { return other != null && KeyId.Equals(other.KeyId) && RequestedNextKeyId.Equals(other.RequestedNextKeyId) && MessageAuthenticationCode.SequenceEqual(other.MessageAuthenticationCode); }