TastyDomainDriven.Sample.Properties.PersonId.Equals C# (CSharp) Method

Equals() public method

public Equals ( PersonId other ) : bool
other PersonId
return bool
        public bool Equals(PersonId other)
        {
            return id == other.id;
        }

Same methods

PersonId::Equals ( object obj ) : bool