diff --git a/OliverBooth/Data/Blog/BlogPost.cs b/OliverBooth/Data/Blog/BlogPost.cs index 97f4cbb..0dabdc9 100644 --- a/OliverBooth/Data/Blog/BlogPost.cs +++ b/OliverBooth/Data/Blog/BlogPost.cs @@ -113,7 +113,6 @@ public sealed class BlogPost : IEquatable /// public static bool operator !=(BlogPost? left, BlogPost? right) => !(left == right); - /// /// Returns a value indicating whether this instance of is equal to another instance. ///