Exemple #1
0
 protected bool Equals(BindVariableType other)
 {
     return(string.Equals(Name, other.Name, StringComparison.InvariantCulture) && HasFileSupport == other.HasFileSupport && InputType == other.InputType);
 }
Exemple #2
0
		protected bool Equals(BindVariableType other)
		{
			return string.Equals(Name, other.Name, StringComparison.InvariantCulture) && HasFileSupport == other.HasFileSupport && InputType == other.InputType;
		}