Example #1
0
 public int CompareTo(ValidValueOf <TValue, TThis> other) => Comparer <TValue> .Default.Compare(Value, other.Value);
Example #2
0
 public virtual bool Equals(ValidValueOf <TValue, TThis> other) => Value.Equals(other.Value);