Exemplo n.º 1
0
 static Characteristics()
 {
     None = new Characteristics();
 }
Exemplo n.º 2
0
 public bool Equals(Characteristics other)
 => CompareTo(other) == 0;