TelemetryDataKind.Equality(TelemetryDataKind, TelemetryDataKind) Operator
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.
Determines if two TelemetryDataKind values are the same.
public static bool operator ==(Azure.AI.Projects.Agents.TelemetryDataKind left, Azure.AI.Projects.Agents.TelemetryDataKind right);
static member ( = ) : Azure.AI.Projects.Agents.TelemetryDataKind * Azure.AI.Projects.Agents.TelemetryDataKind -> bool
Public Shared Operator == (left As TelemetryDataKind, right As TelemetryDataKind) As Boolean
Parameters
- left
- TelemetryDataKind
The left value to compare.
- right
- TelemetryDataKind
The right value to compare.