コード例 #1
0
 /// <inheritdoc />
 public int CompareTo(LongFor <TEntity> other)
 {
     return(Value.CompareTo(other.Value));
 }
コード例 #2
0
 /// <inheritdoc />
 public bool Equals(LongFor <TEntity> other)
 {
     return(Value.Equals(other.Value));
 }