Пример #1
0
 /// <summary>
 /// Compares this element with an other one
 /// </summary>
 /// <param name="other">Other element</param>
 /// <returns>True, if the two elemens are equal; otherwise, false</returns>
 protected bool Equals(PrimaryKeyValue other)
 {
     return(string.Equals(KeyString, other.KeyString));
 }
Пример #2
0
 /// <summary>
 /// Compares this element with an other one
 /// </summary>
 /// <param name="other">Other element</param>
 /// <returns>True, if the two elemens are equal; otherwise, false</returns>
 protected bool Equals(PrimaryKeyValue other)
 {
     return string.Equals(KeyString, other.KeyString);
 }