EA.Iws.Domain.UnitedKingdomCompetentAuthority.Equals C# (CSharp) Method

Equals() public method

public Equals ( UKCompetentAuthority competentAuthority ) : bool
competentAuthority UKCompetentAuthority
return bool
        public bool Equals(UKCompetentAuthority competentAuthority)
        {
            return (int)competentAuthority == this.Id;
        }