Ejemplo n.º 1
0
 /// <summary>
 /// Checks whether or not this defined term is the same as <paramref name="other"/>.
 /// </summary>
 public bool Equals(RandomsCorrectionMethod other)
 {
     return(Code == other.Code);
 }
		/// <summary>
		/// Checks whether or not this defined term is the same as <paramref name="other"/>.
		/// </summary>
		public bool Equals(RandomsCorrectionMethod other)
		{
			return Code == other.Code;
		}