Click or drag to resize

PlaybackDeviceInfoEquals Method

LightningChart .NET Help
Determines whether the specified PlaybackDeviceInfo object has the same id as the current PlaybackDeviceInfo object.

Namespace:  Arction.WinForms.SignalProcessing
Assembly:  Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
PlaybackDeviceInfo object to compare with the current object.

Return Value

Type: Boolean
true if the specified PlaybackDeviceInfo has the same id as the current PlaybackDeviceInfo object; otherwise, false.
See Also