<PackageReference Include="OpenTelemetry.Api" Version="1.16.0" />

OpenTelemetry.Context.Propagation.PropagationContext

Stores propagation data.

Gets ActivityContext.

public Baggage Baggage { get; }

Gets Baggage.

public PropagationContext(ActivityContext activityContext, Baggage baggage)

Initializes a new instance of the PropagationContext struct.

public static bool op_Equality(PropagationContext left, PropagationContext right)

Compare two entries of PropagationContext for equality.

public static bool op_Inequality(PropagationContext left, PropagationContext right)

Compare two entries of PropagationContext for not equality.

public bool Equals(PropagationContext value)