IntensityPointEquals Method |
LightningChart .NET Help
Check if referenced object is equal to this one. Due Color is not same, even if their components are same, one must check each component separately.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
Parameters
- obj
- Type: SystemObject
[Missing <param name="obj"/> documentation for "M:Arction.WinForms.Charting.IntensityPoint.Equals(System.Object)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Arction.WinForms.Charting.IntensityPoint.Equals(System.Object)"]
See Also