Share via


CompletionsFinishReason.Equals(CompletionsFinishReason) Method

Definition

Indicates whether the current object is equal to another object of the same type.

public bool Equals (Azure.AI.OpenAI.CompletionsFinishReason other);
override this.Equals : Azure.AI.OpenAI.CompletionsFinishReason -> bool
Public Function Equals (other As CompletionsFinishReason) As Boolean

Parameters

other
CompletionsFinishReason

An object to compare with this object.

Returns

true if the current object is equal to the other parameter; otherwise, false.

Implements

Applies to