RunStepType.Equality(RunStepType, RunStepType) 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 RunStepType values are the same.
public static bool operator ==(Azure.AI.Agents.Persistent.RunStepType left, Azure.AI.Agents.Persistent.RunStepType right);
static member ( = ) : Azure.AI.Agents.Persistent.RunStepType * Azure.AI.Agents.Persistent.RunStepType -> bool
Public Shared Operator == (left As RunStepType, right As RunStepType) As Boolean
Parameters
- left
- RunStepType
- right
- RunStepType