Implemented interface member:
1 reference to Equals
Microsoft.Extensions.AI.Abstractions (1)
Utilities\AIJsonSchemaCreateOptions.cs (1)
58public override bool Equals(object? obj) => obj is AIJsonSchemaCreateOptions other && Equals(other);