@@ -103,7 +103,7 @@ namespace Discord | |||||
=> !(left == right); | => !(left == right); | ||||
/// <summary> | /// <summary> | ||||
/// Determines whether the specified object is equals to the current <see cref="Embed"/>. | |||||
/// Determines whether the specified object is equal to the current <see cref="Embed"/>. | |||||
/// </summary> | /// </summary> | ||||
/// <remarks> | /// <remarks> | ||||
/// If the object passes is an <see cref="Embed"/>, <see cref="Equals(Embed)"/> will be called to compare the 2 instances | /// If the object passes is an <see cref="Embed"/>, <see cref="Equals(Embed)"/> will be called to compare the 2 instances | ||||
@@ -114,7 +114,7 @@ namespace Discord | |||||
=> obj is Embed embed && Equals(embed); | => obj is Embed embed && Equals(embed); | ||||
/// <summary> | /// <summary> | ||||
/// Determines whether the specified <see cref="Embed"/> is equals to the current <see cref="Embed"/> | |||||
/// Determines whether the specified <see cref="Embed"/> is equal to the current <see cref="Embed"/> | |||||
/// </summary> | /// </summary> | ||||
/// <param name="embed">The <see cref="Embed"/> to compare with the current <see cref="Embed"/></param> | /// <param name="embed">The <see cref="Embed"/> to compare with the current <see cref="Embed"/></param> | ||||
/// <returns></returns> | /// <returns></returns> | ||||
@@ -51,7 +51,7 @@ namespace Discord | |||||
=> !(left == right); | => !(left == right); | ||||
/// <summary> | /// <summary> | ||||
/// Determines whether the specified object is equals to the current <see cref="EmbedAuthor"/>. | |||||
/// Determines whether the specified object is equal to the current <see cref="EmbedAuthor"/>. | |||||
/// </summary> | /// </summary> | ||||
/// <remarks> | /// <remarks> | ||||
/// If the object passes is an <see cref="EmbedAuthor"/>, <see cref="Equals(EmbedAuthor)"/> will be called to compare the 2 instances | /// If the object passes is an <see cref="EmbedAuthor"/>, <see cref="Equals(EmbedAuthor)"/> will be called to compare the 2 instances | ||||
@@ -62,7 +62,7 @@ namespace Discord | |||||
=> obj is EmbedAuthor embedAuthor && Equals(embedAuthor); | => obj is EmbedAuthor embedAuthor && Equals(embedAuthor); | ||||
/// <summary> | /// <summary> | ||||
/// Determines whether the specified <see cref="EmbedAuthor"/> is equals to the current <see cref="EmbedAuthor"/> | |||||
/// Determines whether the specified <see cref="EmbedAuthor"/> is equal to the current <see cref="EmbedAuthor"/> | |||||
/// </summary> | /// </summary> | ||||
/// <param name="embedAuthor">The <see cref="EmbedAuthor"/> to compare with the current <see cref="EmbedAuthor"/></param> | /// <param name="embedAuthor">The <see cref="EmbedAuthor"/> to compare with the current <see cref="EmbedAuthor"/></param> | ||||
/// <returns></returns> | /// <returns></returns> | ||||
@@ -490,7 +490,7 @@ namespace Discord | |||||
=> !(left == right); | => !(left == right); | ||||
/// <summary> | /// <summary> | ||||
/// Determines whether the specified object is equals to the current <see cref="EmbedBuilder"/>. | |||||
/// Determines whether the specified object is equal to the current <see cref="EmbedBuilder"/>. | |||||
/// </summary> | /// </summary> | ||||
/// <remarks> | /// <remarks> | ||||
/// If the object passes is an <see cref="EmbedBuilder"/>, <see cref="Equals(EmbedBuilder)"/> will be called to compare the 2 instances | /// If the object passes is an <see cref="EmbedBuilder"/>, <see cref="Equals(EmbedBuilder)"/> will be called to compare the 2 instances | ||||
@@ -501,7 +501,7 @@ namespace Discord | |||||
=> obj is EmbedBuilder embedBuilder && Equals(embedBuilder); | => obj is EmbedBuilder embedBuilder && Equals(embedBuilder); | ||||
/// <summary> | /// <summary> | ||||
/// Determines whether the specified <see cref="EmbedBuilder"/> is equals to the current <see cref="EmbedBuilder"/> | |||||
/// Determines whether the specified <see cref="EmbedBuilder"/> is equal to the current <see cref="EmbedBuilder"/> | |||||
/// </summary> | /// </summary> | ||||
/// <param name="embedBuilder">The <see cref="EmbedBuilder"/> to compare with the current <see cref="EmbedBuilder"/></param> | /// <param name="embedBuilder">The <see cref="EmbedBuilder"/> to compare with the current <see cref="EmbedBuilder"/></param> | ||||
/// <returns></returns> | /// <returns></returns> | ||||
@@ -652,7 +652,7 @@ namespace Discord | |||||
=> !(left == right); | => !(left == right); | ||||
/// <summary> | /// <summary> | ||||
/// Determines whether the specified object is equals to the current <see cref="EmbedFieldBuilder"/>. | |||||
/// Determines whether the specified object is equal to the current <see cref="EmbedFieldBuilder"/>. | |||||
/// </summary> | /// </summary> | ||||
/// <remarks> | /// <remarks> | ||||
/// If the object passes is an <see cref="EmbedFieldBuilder"/>, <see cref="Equals(EmbedFieldBuilder)"/> will be called to compare the 2 instances | /// If the object passes is an <see cref="EmbedFieldBuilder"/>, <see cref="Equals(EmbedFieldBuilder)"/> will be called to compare the 2 instances | ||||
@@ -663,7 +663,7 @@ namespace Discord | |||||
=> obj is EmbedFieldBuilder embedFieldBuilder && Equals(embedFieldBuilder); | => obj is EmbedFieldBuilder embedFieldBuilder && Equals(embedFieldBuilder); | ||||
/// <summary> | /// <summary> | ||||
/// Determines whether the specified <see cref="EmbedFieldBuilder"/> is equals to the current <see cref="EmbedFieldBuilder"/> | |||||
/// Determines whether the specified <see cref="EmbedFieldBuilder"/> is equal to the current <see cref="EmbedFieldBuilder"/> | |||||
/// </summary> | /// </summary> | ||||
/// <param name="embedFieldBuilder">The <see cref="EmbedFieldBuilder"/> to compare with the current <see cref="EmbedFieldBuilder"/></param> | /// <param name="embedFieldBuilder">The <see cref="EmbedFieldBuilder"/> to compare with the current <see cref="EmbedFieldBuilder"/></param> | ||||
/// <returns></returns> | /// <returns></returns> | ||||
@@ -783,7 +783,7 @@ namespace Discord | |||||
=> !(left == right); | => !(left == right); | ||||
/// <summary> | /// <summary> | ||||
/// Determines whether the specified object is equals to the current <see cref="EmbedAuthorBuilder"/>. | |||||
/// Determines whether the specified object is equal to the current <see cref="EmbedAuthorBuilder"/>. | |||||
/// </summary> | /// </summary> | ||||
/// <remarks> | /// <remarks> | ||||
/// If the object passes is an <see cref="EmbedAuthorBuilder"/>, <see cref="Equals(EmbedAuthorBuilder)"/> will be called to compare the 2 instances | /// If the object passes is an <see cref="EmbedAuthorBuilder"/>, <see cref="Equals(EmbedAuthorBuilder)"/> will be called to compare the 2 instances | ||||
@@ -894,7 +894,7 @@ namespace Discord | |||||
=> !(left == right); | => !(left == right); | ||||
/// <summary> | /// <summary> | ||||
/// Determines whether the specified object is equals to the current <see cref="EmbedFooterBuilder"/>. | |||||
/// Determines whether the specified object is equal to the current <see cref="EmbedFooterBuilder"/>. | |||||
/// </summary> | /// </summary> | ||||
/// <remarks> | /// <remarks> | ||||
/// If the object passes is an <see cref="EmbedFooterBuilder"/>, <see cref="Equals(EmbedFooterBuilder)"/> will be called to compare the 2 instances | /// If the object passes is an <see cref="EmbedFooterBuilder"/>, <see cref="Equals(EmbedFooterBuilder)"/> will be called to compare the 2 instances | ||||
@@ -905,7 +905,7 @@ namespace Discord | |||||
=> obj is EmbedFooterBuilder embedFooterBuilder && Equals(embedFooterBuilder); | => obj is EmbedFooterBuilder embedFooterBuilder && Equals(embedFooterBuilder); | ||||
/// <summary> | /// <summary> | ||||
/// Determines whether the specified <see cref="EmbedFooterBuilder"/> is equals to the current <see cref="EmbedFooterBuilder"/> | |||||
/// Determines whether the specified <see cref="EmbedFooterBuilder"/> is equal to the current <see cref="EmbedFooterBuilder"/> | |||||
/// </summary> | /// </summary> | ||||
/// <param name="embedFooterBuilder">The <see cref="EmbedFooterBuilder"/> to compare with the current <see cref="EmbedFooterBuilder"/></param> | /// <param name="embedFooterBuilder">The <see cref="EmbedFooterBuilder"/> to compare with the current <see cref="EmbedFooterBuilder"/></param> | ||||
/// <returns></returns> | /// <returns></returns> | ||||
@@ -46,7 +46,7 @@ namespace Discord | |||||
=> !(left == right); | => !(left == right); | ||||
/// <summary> | /// <summary> | ||||
/// Determines whether the specified object is equals to the current <see cref="EmbedField"/>. | |||||
/// Determines whether the specified object is equal to the current <see cref="EmbedField"/>. | |||||
/// </summary> | /// </summary> | ||||
/// <remarks> | /// <remarks> | ||||
/// If the object passes is an <see cref="EmbedField"/>, <see cref="Equals(EmbedField)"/> will be called to compare the 2 instances | /// If the object passes is an <see cref="EmbedField"/>, <see cref="Equals(EmbedField)"/> will be called to compare the 2 instances | ||||
@@ -57,7 +57,7 @@ namespace Discord | |||||
=> obj is EmbedField embedField && Equals(embedField); | => obj is EmbedField embedField && Equals(embedField); | ||||
/// <summary> | /// <summary> | ||||
/// Determines whether the specified <see cref="EmbedField"/> is equals to the current <see cref="EmbedField"/> | |||||
/// Determines whether the specified <see cref="EmbedField"/> is equal to the current <see cref="EmbedField"/> | |||||
/// </summary> | /// </summary> | ||||
/// <param name="embedField"></param> | /// <param name="embedField"></param> | ||||
/// <returns></returns> | /// <returns></returns> | ||||
@@ -53,7 +53,7 @@ namespace Discord | |||||
=> !(left == right); | => !(left == right); | ||||
/// <summary> | /// <summary> | ||||
/// Determines whether the specified object is equals to the current <see cref="EmbedFooter"/>. | |||||
/// Determines whether the specified object is equal to the current <see cref="EmbedFooter"/>. | |||||
/// </summary> | /// </summary> | ||||
/// <remarks> | /// <remarks> | ||||
/// If the object passes is an <see cref="EmbedFooter"/>, <see cref="Equals(EmbedFooter)"/> will be called to compare the 2 instances | /// If the object passes is an <see cref="EmbedFooter"/>, <see cref="Equals(EmbedFooter)"/> will be called to compare the 2 instances | ||||
@@ -64,7 +64,7 @@ namespace Discord | |||||
=> obj is EmbedFooter embedFooter && Equals(embedFooter); | => obj is EmbedFooter embedFooter && Equals(embedFooter); | ||||
/// <summary> | /// <summary> | ||||
/// Determines whether the specified <see cref="EmbedFooter"/> is equals to the current <see cref="EmbedFooter"/> | |||||
/// Determines whether the specified <see cref="EmbedFooter"/> is equal to the current <see cref="EmbedFooter"/> | |||||
/// </summary> | /// </summary> | ||||
/// <param name="embedFooter">The <see cref="EmbedFooter"/> to compare with the current <see cref="EmbedFooter"/></param> | /// <param name="embedFooter">The <see cref="EmbedFooter"/> to compare with the current <see cref="EmbedFooter"/></param> | ||||
/// <returns></returns> | /// <returns></returns> | ||||
@@ -63,7 +63,7 @@ namespace Discord | |||||
=> !(left == right); | => !(left == right); | ||||
/// <summary> | /// <summary> | ||||
/// Determines whether the specified object is equals to the current <see cref="EmbedImage"/>. | |||||
/// Determines whether the specified object is equal to the current <see cref="EmbedImage"/>. | |||||
/// </summary> | /// </summary> | ||||
/// <remarks> | /// <remarks> | ||||
/// If the object passes is an <see cref="EmbedImage"/>, <see cref="Equals(EmbedImage)"/> will be called to compare the 2 instances | /// If the object passes is an <see cref="EmbedImage"/>, <see cref="Equals(EmbedImage)"/> will be called to compare the 2 instances | ||||
@@ -74,7 +74,7 @@ namespace Discord | |||||
=> obj is EmbedImage embedImage && Equals(embedImage); | => obj is EmbedImage embedImage && Equals(embedImage); | ||||
/// <summary> | /// <summary> | ||||
/// Determines whether the specified <see cref="EmbedImage"/> is equals to the current <see cref="EmbedImage"/> | |||||
/// Determines whether the specified <see cref="EmbedImage"/> is equal to the current <see cref="EmbedImage"/> | |||||
/// </summary> | /// </summary> | ||||
/// <param name="embedImage">The <see cref="EmbedImage"/> to compare with the current <see cref="EmbedImage"/></param> | /// <param name="embedImage">The <see cref="EmbedImage"/> to compare with the current <see cref="EmbedImage"/></param> | ||||
/// <returns></returns> | /// <returns></returns> | ||||
@@ -45,7 +45,7 @@ namespace Discord | |||||
=> !(left == right); | => !(left == right); | ||||
/// <summary> | /// <summary> | ||||
/// Determines whether the specified object is equals to the current <see cref="EmbedProvider"/>. | |||||
/// Determines whether the specified object is equal to the current <see cref="EmbedProvider"/>. | |||||
/// </summary> | /// </summary> | ||||
/// <remarks> | /// <remarks> | ||||
/// If the object passes is an <see cref="EmbedProvider"/>, <see cref="Equals(EmbedProvider)"/> will be called to compare the 2 instances | /// If the object passes is an <see cref="EmbedProvider"/>, <see cref="Equals(EmbedProvider)"/> will be called to compare the 2 instances | ||||
@@ -56,7 +56,7 @@ namespace Discord | |||||
=> obj is EmbedProvider embedProvider && Equals(embedProvider); | => obj is EmbedProvider embedProvider && Equals(embedProvider); | ||||
/// <summary> | /// <summary> | ||||
/// Determines whether the specified <see cref="EmbedProvider"/> is equals to the current <see cref="EmbedProvider"/> | |||||
/// Determines whether the specified <see cref="EmbedProvider"/> is equal to the current <see cref="EmbedProvider"/> | |||||
/// </summary> | /// </summary> | ||||
/// <param name="embedProvider">The <see cref="EmbedProvider"/> to compare with the current <see cref="EmbedProvider"/></param> | /// <param name="embedProvider">The <see cref="EmbedProvider"/> to compare with the current <see cref="EmbedProvider"/></param> | ||||
/// <returns></returns> | /// <returns></returns> | ||||
@@ -63,7 +63,7 @@ namespace Discord | |||||
=> !(left == right); | => !(left == right); | ||||
/// <summary> | /// <summary> | ||||
/// Determines whether the specified object is equals to the current <see cref="EmbedThumbnail"/>. | |||||
/// Determines whether the specified object is equal to the current <see cref="EmbedThumbnail"/>. | |||||
/// </summary> | /// </summary> | ||||
/// <remarks> | /// <remarks> | ||||
/// If the object passes is an <see cref="EmbedThumbnail"/>, <see cref="Equals(EmbedThumbnail)"/> will be called to compare the 2 instances | /// If the object passes is an <see cref="EmbedThumbnail"/>, <see cref="Equals(EmbedThumbnail)"/> will be called to compare the 2 instances | ||||
@@ -74,7 +74,7 @@ namespace Discord | |||||
=> obj is EmbedThumbnail embedThumbnail && Equals(embedThumbnail); | => obj is EmbedThumbnail embedThumbnail && Equals(embedThumbnail); | ||||
/// <summary> | /// <summary> | ||||
/// Determines whether the specified <see cref="EmbedThumbnail"/> is equals to the current <see cref="EmbedThumbnail"/> | |||||
/// Determines whether the specified <see cref="EmbedThumbnail"/> is equal to the current <see cref="EmbedThumbnail"/> | |||||
/// </summary> | /// </summary> | ||||
/// <param name="embedThumbnail">The <see cref="EmbedThumbnail"/> to compare with the current <see cref="EmbedThumbnail"/></param> | /// <param name="embedThumbnail">The <see cref="EmbedThumbnail"/> to compare with the current <see cref="EmbedThumbnail"/></param> | ||||
/// <returns></returns> | /// <returns></returns> | ||||
@@ -57,7 +57,7 @@ namespace Discord | |||||
=> !(left == right); | => !(left == right); | ||||
/// <summary> | /// <summary> | ||||
/// Determines whether the specified object is equals to the current <see cref="EmbedVideo"/>. | |||||
/// Determines whether the specified object is equal to the current <see cref="EmbedVideo"/>. | |||||
/// </summary> | /// </summary> | ||||
/// <remarks> | /// <remarks> | ||||
/// If the object passes is an <see cref="EmbedVideo"/>, <see cref="Equals(EmbedVideo)"/> will be called to compare the 2 instances | /// If the object passes is an <see cref="EmbedVideo"/>, <see cref="Equals(EmbedVideo)"/> will be called to compare the 2 instances | ||||
@@ -68,7 +68,7 @@ namespace Discord | |||||
=> obj is EmbedVideo embedVideo && Equals(embedVideo); | => obj is EmbedVideo embedVideo && Equals(embedVideo); | ||||
/// <summary> | /// <summary> | ||||
/// Determines whether the specified <see cref="EmbedVideo"/> is equals to the current <see cref="EmbedVideo"/> | |||||
/// Determines whether the specified <see cref="EmbedVideo"/> is equal to the current <see cref="EmbedVideo"/> | |||||
/// </summary> | /// </summary> | ||||
/// <param name="embedVideo">The <see cref="EmbedVideo"/> to compare with the current <see cref="EmbedVideo"/></param> | /// <param name="embedVideo">The <see cref="EmbedVideo"/> to compare with the current <see cref="EmbedVideo"/></param> | ||||
/// <returns></returns> | /// <returns></returns> | ||||