Affecto.Identifiers.IBAN.Equals C# (CSharp) Method

Equals() protected method

protected Equals ( IBAN other ) : bool
other IBAN
return bool
        protected bool Equals(IBAN other)
        {
            return ibanNumber.Equals(other.ibanNumber);
        }

Same methods

IBAN::Equals ( object obj ) : bool