/// <summary> /// Returns true if EffectArray1dInput instances are equal /// </summary> /// <param name="other">Instance of EffectArray1dInput to be compared</param> /// <returns>Boolean</returns> public bool Equals(EffectArray1dInput other) { // credit: http://stackoverflow.com/a/10454552/677735 if (other == null) { return(false); } return(false); }
public bool Equals(EffectArray1dInput other) { return(other == null && false); }