Click or drag to resize

RecordingDeviceInfoEquals Method

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

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

Parameters

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

Return Value

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