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

Equals() protected method

protected Equals ( PostalCode other ) : bool
other PostalCode
return bool
        protected bool Equals(PostalCode other)
        {
            return postalCode.Equals(other.postalCode);
        }

Same methods

PostalCode::Equals ( object obj ) : bool