Ejemplo n.º 1
0
 public bool Equals(LicensePlaceholder other)
 {
     return(Equals(other.Type, Type) && Equals(other.ValidationType, ValidationType) && other.Token == Token && Equals(other.Value, Value) && other.Length == Length && other.IsChecksum.Equals(IsChecksum));
 }
Ejemplo n.º 2
0
		public bool Equals(LicensePlaceholder other)
		{
			return Equals(other.Type, Type) && Equals(other.ValidationType, ValidationType) && other.Token == Token && Equals(other.Value, Value) && other.Length == Length && other.IsChecksum.Equals(IsChecksum);
		}