Ejemplo n.º 1
0
 /// <inheritdoc />
 public int CompareTo(GuidFor <TEntity> other)
 {
     return(Value.CompareTo(other.Value));
 }
Ejemplo n.º 2
0
 /// <inheritdoc />
 public bool Equals(GuidFor <TEntity> other)
 {
     return(Value.Equals(other.Value));
 }