diff --git a/Mimeo.DynamicUI/ListItem.cs b/Mimeo.DynamicUI/ListItem.cs index 1c6d396..ecca3fe 100644 --- a/Mimeo.DynamicUI/ListItem.cs +++ b/Mimeo.DynamicUI/ListItem.cs @@ -31,7 +31,7 @@ public override bool Equals(object? obj) public bool Equals(ListItem? other) { - return this.Equals(other); + return this.Equals((object?)other); } public override int GetHashCode()