Found during adding nullable annotations to TypeConverter (#54961).
Most likely the signature for this method should look like:
public bool Equals([NotNullWhen(true)] PropertyTabAttribute? other)
but currently it will throw NRE as it accesses members without any null checks