Пример #1
0
 public static bool operator ==(Numeric <T> a, Numeric <T> b)
 => Implementation.AreEqual(a, b);