Inheritance: ISingleKey
コード例 #1
0
		protected bool Equals(MyItem other)
		{
			return string.Equals(_name, other._name) && _accountId.Equals(other._accountId);
		}
コード例 #2
0
 protected bool Equals(MyItem other)
 {
     return(string.Equals(_name, other._name) && _accountId.Equals(other._accountId));
 }