GeminiSafetyThreshold.Inequality 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 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
The first GeminiSafetyThreshold to compare.
- right
- GeminiSafetyThreshold
The second GeminiSafetyThreshold to compare.
Returns
true if the two instances are not equal; otherwise, false.