SavedPolarPlotIsForSameFeed Method |
Returns true if the feed passed across looks to be a good match for this saved polar plot.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsForSameFeed(
IFeed feed
)
Public Function IsForSameFeed (
feed As IFeed
) As Boolean
public:
bool IsForSameFeed(
IFeed^ feed
)
member IsForSameFeed :
feed : IFeed -> bool
Parameters
- feed
- Type: VirtualRadar.Interface.ListenerIFeed
Return Value
Type:
BooleanSee Also