Inheritance: ISingleKey
		protected bool Equals(MyItem other)
		{
			return string.Equals(_name, other._name) && _accountId.Equals(other._accountId);
		}
 protected bool Equals(MyItem other)
 {
     return(string.Equals(_name, other._name) && _accountId.Equals(other._accountId));
 }