Exemple #1
0
 public static bool operator <(Volume left, Volume right) =>
 Equality.IsStructureLowerThan(left, right);
 public static bool operator <(Weight left, Weight right) =>
 Equality.IsStructureLowerThan(left, right);
Exemple #3
0
 public static bool operator <(Energy left, Energy right) =>
 Equality.IsStructureLowerThan(left, right);
Exemple #4
0
 public static bool operator <(RadianAngle left, RadianAngle right) =>
 Equality.IsStructureLowerThan(left, right);
Exemple #5
0
 public static bool operator <(DegreeAngle left, DegreeAngle right) =>
 Equality.IsStructureLowerThan(left, right);
 public static bool operator <(Length left, Length right) =>
 Equality.IsStructureLowerThan(left, right);
Exemple #7
0
 public static bool operator <(Area left, Area right) =>
 Equality.IsStructureLowerThan(left, right);
Exemple #8
0
 public static bool operator <(Power left, Power right) =>
 Equality.IsStructureLowerThan(left, right);
Exemple #9
0
 public static bool operator <(Speed left, Speed right) =>
 Equality.IsStructureLowerThan(left, right);