FrannHammer.Models.BaseSmashAttributeTypeModel.Equals C# (CSharp) Method

Equals() protected method

protected Equals ( BaseSmashAttributeTypeModel other ) : bool
other BaseSmashAttributeTypeModel
return bool
        protected bool Equals(BaseSmashAttributeTypeModel other)
        {
            return Id == other.Id && string.Equals(Name, other.Name);
        }

Same methods

BaseSmashAttributeTypeModel::Equals ( object obj ) : bool
BaseSmashAttributeTypeModel