コード例 #1
0
 protected bool Equals(TypeSafeEnum <T> other) =>
 Value == other.Value;