Share via


AIJsonSchemaCreateOptions.Equals Method

Definition

Overloads

Equals(AIJsonSchemaCreateOptions)

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

Equals(Object)

Determines whether the specified object is equal to the current object.

Equals(AIJsonSchemaCreateOptions)

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

public:
 virtual bool Equals(Microsoft::Extensions::AI::AIJsonSchemaCreateOptions ^ other);
public bool Equals(Microsoft.Extensions.AI.AIJsonSchemaCreateOptions? other);
Public Function Equals (other As AIJsonSchemaCreateOptions) As Boolean

Parameters

other
AIJsonSchemaCreateOptions

An object to compare with this object.

Returns

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

Implements

Applies to

Equals(Object)

Determines whether the specified object is equal to the current object.

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals(object? obj);
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

The object to compare with the current object.

Returns

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

Applies to