TelemetryEventMatchByName.IsEventMatch(TelemetryEvent) Method

Definition

Indicates whether the specified TelemetryEvent satisfies this filter.

public:
 virtual bool IsEventMatch(Microsoft::VisualStudio::Telemetry::TelemetryEvent ^ telemetryEvent);
public bool IsEventMatch (Microsoft.VisualStudio.Telemetry.TelemetryEvent telemetryEvent);
abstract member IsEventMatch : Microsoft.VisualStudio.Telemetry.TelemetryEvent -> bool
override this.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.

Implements

Applies to