8 instantiations of AlwaysEqual
System.Windows.Forms.Tests (8)
System\Windows\Forms\DataGridViewCellStyleTests.cs (8)
163
yield return new object[] { new
AlwaysEqual
(), false };
222
AlwaysEqual value =
new
();
227
style.DataSourceNullValue = new
AlwaysEqual
();
235
AlwaysEqual value =
new
();
385
yield return new object[] { new
AlwaysEqual
(), false };
444
AlwaysEqual value =
new
();
449
style.NullValue = new
AlwaysEqual
();
457
AlwaysEqual value =
new
();
5 references to AlwaysEqual
System.Windows.Forms.Tests (5)
System\Windows\Forms\DataGridViewCellStyleTests.cs (5)
222
AlwaysEqual
value = new();
235
AlwaysEqual
value = new();
444
AlwaysEqual
value = new();
457
AlwaysEqual
value = new();
1151
public override bool Equals(object other) => other is
AlwaysEqual
;