GeminiSafetyThreshold.Equality 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 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
The first GeminiSafetyThreshold object to compare.
- right
- GeminiSafetyThreshold
The second GeminiSafetyThreshold object to compare.
Returns
True if the objects are equal, false otherwise.