Affecto.Identifiers.Finnish.PhoneNumber.Equals C# (CSharp) Method

Equals() protected method

protected Equals ( PhoneNumber other ) : bool
other PhoneNumber
return bool
        protected bool Equals(PhoneNumber other)
        {
            return phoneNumber.Equals(other.phoneNumber);
        }
    }

Same methods

PhoneNumber::Equals ( object obj ) : bool