8 instantiations of AlwaysEqual
System.Windows.Forms.Tests (8)
System\Windows\Forms\DataGridViewCellStyleTests.cs (8)
165
yield return new object[] { new
AlwaysEqual
(), false };
224
AlwaysEqual value =
new
();
229
style.DataSourceNullValue = new
AlwaysEqual
();
237
AlwaysEqual value =
new
();
387
yield return new object[] { new
AlwaysEqual
(), false };
446
AlwaysEqual value =
new
();
451
style.NullValue = new
AlwaysEqual
();
459
AlwaysEqual value =
new
();
5 references to AlwaysEqual
System.Windows.Forms.Tests (5)
System\Windows\Forms\DataGridViewCellStyleTests.cs (5)
224
AlwaysEqual
value = new();
237
AlwaysEqual
value = new();
446
AlwaysEqual
value = new();
459
AlwaysEqual
value = new();
1153
public override bool Equals(object other) => other is
AlwaysEqual
;