ITelemetryEventMatch.IsEventMatch(TelemetryEvent) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the specified TelemetryEvent satisfies this filter.
public:
bool IsEventMatch(Microsoft::VisualStudio::Telemetry::TelemetryEvent ^ telemetryEvent);
public bool IsEventMatch (Microsoft.VisualStudio.Telemetry.TelemetryEvent telemetryEvent);
abstract member IsEventMatch : Microsoft.VisualStudio.Telemetry.TelemetryEvent -> bool
Public Function IsEventMatch (telemetryEvent As TelemetryEvent) As Boolean
Parameters
- telemetryEvent
- TelemetryEvent
The TelemetryEvent to check against this filter.
Returns
true if this filter is satisfied; otherwise, false.