79787746

Date: 2025-10-10 23:57:58
Score: 1.5
Natty:
Report link

Such modifications are also possible.

public override bool Equals(object? obj)
{
    if (obj == null) return false;
    ParsedAddress toCompare = (ParsedAddress)obj;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: motosann