예제 #1
0
 /// <inheritdoc />
 public int CompareTo(GuidFor <TEntity> other)
 {
     return(Value.CompareTo(other.Value));
 }
예제 #2
0
 /// <inheritdoc />
 public bool Equals(GuidFor <TEntity> other)
 {
     return(Value.Equals(other.Value));
 }