PlaybackDeviceInfoEquals Method |
LightningChart .NET Help
Determines whether the specified PlaybackDeviceInfo object has the same id as the current PlaybackDeviceInfo object.
Namespace:
Arction.Wpf.SignalProcessing
Assembly:
Arction.Wpf.SignalProcessing.SignalTools (in Arction.Wpf.SignalProcessing.SignalTools.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
PlaybackDeviceInfo object to compare with the current object.
Return Value
Type:
Booleantrue if the specified PlaybackDeviceInfo has the same id as the current PlaybackDeviceInfo object; otherwise, false.
See Also