Base:
2 references to Equals
System.Windows.Forms (1)
System\Windows\Forms\Layout\DockingAttribute.cs (1)
32public override bool IsDefaultAttribute() => Equals(Default);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DockingAttributeTests.cs (1)
51Assert.Equal(expected, attribute.Equals(other));