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

            return(false);
        }
コード例 #2
0
 public bool Equals(EffectArray2dInput other)
 {
     return(other == null && false);
 }