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