Share via


GeminiSafetyThreshold.Inequality Operator

Definition

Determines whether two instances of GeminiSafetyThreshold are not equal.

public static bool operator != (Microsoft.SemanticKernel.Connectors.Google.GeminiSafetyThreshold left, Microsoft.SemanticKernel.Connectors.Google.GeminiSafetyThreshold right);
static member op_Inequality : Microsoft.SemanticKernel.Connectors.Google.GeminiSafetyThreshold * Microsoft.SemanticKernel.Connectors.Google.GeminiSafetyThreshold -> bool
Public Shared Operator != (left As GeminiSafetyThreshold, right As GeminiSafetyThreshold) As Boolean

Parameters

left
GeminiSafetyThreshold

The first GeminiSafetyThreshold to compare.

right
GeminiSafetyThreshold

The second GeminiSafetyThreshold to compare.

Returns

true if the two instances are not equal; otherwise, false.

Applies to