@@ -54,7 +54,7 @@ namespace Discord | |||||
/// Determines whether the specified object is equal 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 | |||||
/// </remarks> | /// </remarks> | ||||
/// <param name="obj">The object to compare with the current <see cref="EmbedAuthor"/></param> | /// <param name="obj">The object to compare with the current <see cref="EmbedAuthor"/></param> | ||||
/// <returns></returns> | /// <returns></returns> | ||||
@@ -49,7 +49,7 @@ namespace Discord | |||||
/// Determines whether the specified object is equal 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 | |||||
/// </remarks> | /// </remarks> | ||||
/// <param name="obj">The object to compare with the current object</param> | /// <param name="obj">The object to compare with the current object</param> | ||||
/// <returns></returns> | /// <returns></returns> | ||||
@@ -56,7 +56,7 @@ namespace Discord | |||||
/// Determines whether the specified object is equal 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 | |||||
/// </remarks> | /// </remarks> | ||||
/// <param name="obj">The object to compare with the current <see cref="EmbedFooter"/></param> | /// <param name="obj">The object to compare with the current <see cref="EmbedFooter"/></param> | ||||
/// <returns></returns> | /// <returns></returns> | ||||
@@ -66,7 +66,7 @@ namespace Discord | |||||
/// Determines whether the specified object is equal 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 | |||||
/// </remarks> | /// </remarks> | ||||
/// <param name="obj">The object to compare with the current <see cref="EmbedImage"/></param> | /// <param name="obj">The object to compare with the current <see cref="EmbedImage"/></param> | ||||
/// <returns></returns> | /// <returns></returns> | ||||
@@ -48,7 +48,7 @@ namespace Discord | |||||
/// Determines whether the specified object is equal 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 | |||||
/// </remarks> | /// </remarks> | ||||
/// <param name="obj">The object to compare with the current <see cref="EmbedProvider"/></param> | /// <param name="obj">The object to compare with the current <see cref="EmbedProvider"/></param> | ||||
/// <returns></returns> | /// <returns></returns> | ||||
@@ -66,7 +66,7 @@ namespace Discord | |||||
/// Determines whether the specified object is equal 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 | |||||
/// </remarks> | /// </remarks> | ||||
/// <param name="obj">The object to compare with the current <see cref="EmbedThumbnail"/></param> | /// <param name="obj">The object to compare with the current <see cref="EmbedThumbnail"/></param> | ||||
/// <returns></returns> | /// <returns></returns> | ||||
@@ -60,7 +60,7 @@ namespace Discord | |||||
/// Determines whether the specified object is equal 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 | |||||
/// </remarks> | /// </remarks> | ||||
/// <param name="obj">The object to compare with the current <see cref="EmbedVideo"/></param> | /// <param name="obj">The object to compare with the current <see cref="EmbedVideo"/></param> | ||||
/// <returns></returns> | /// <returns></returns> | ||||