/// <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; }