/// <summary> /// Returns true if UserLovLinks instances are equal /// </summary> /// <param name="other">Instance of UserLovLinks to be compared</param> /// <returns>Boolean</returns> public bool Equals(UserLovLinks other) { // credit: http://stackoverflow.com/a/10454552/677735 if (other == null) { return(false); } return(false); }
/// <summary> /// Initializes a new instance of the <see cref="UserLovIndexLinks" /> class. /// </summary> /// <param name="Self">Self.</param> /// <param name="Lists">Lists.</param> public UserLovIndexLinks(LinksGetUserLovIndexLink Self = default(LinksGetUserLovIndexLink), UserLovLinks Lists = default(UserLovLinks)) { this.Self = Self; this.Lists = Lists; }