Пример #1
0
 /// <summary>
 /// Determines whether the specified object is equal to the current object.
 /// </summary>
 /// <param name="other">The object to compare with the current object. </param>
 /// <returns></returns>
 private bool Equals(ObjectType other) => string.Equals(DomainModel, other.DomainModel) && Equals(Version, other.Version);
Пример #2
0
 /// <summary>
 /// Determines whether the specified object is equal to the current object.
 /// </summary>
 /// <param name="other">The object to compare with the current object. </param>
 /// <returns></returns>
 private bool Equals(ObjectType other) => string.Equals(DomainModel, other.DomainModel) && Equals(Version, other.Version);