Ejemplo n.º 1
0
 public bool Equals(KzScript o) => Length == o.Length && _script.CompareTo(o._script) == 0;