次の方法で共有


GeminiSafetyThreshold.Equality Operator

Definition

Determines whether two GeminiSafetyThreshold objects are equal.

public static bool operator == (Microsoft.SemanticKernel.Connectors.Google.GeminiSafetyThreshold left, Microsoft.SemanticKernel.Connectors.Google.GeminiSafetyThreshold right);
static member ( = ) : 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 object to compare.

right
GeminiSafetyThreshold

The second GeminiSafetyThreshold object to compare.

Returns

True if the objects are equal, false otherwise.

Applies to