Partilhar via


MessageRole.Inequality(MessageRole, MessageRole) Operator

Definition

Determines if two MessageRole values are not the same.

public static bool operator != (Azure.AI.Projects.MessageRole left, Azure.AI.Projects.MessageRole right);
static member op_Inequality : Azure.AI.Projects.MessageRole * Azure.AI.Projects.MessageRole -> bool
Public Shared Operator != (left As MessageRole, right As MessageRole) As Boolean

Parameters

right
MessageRole

Returns

Applies to