Implemented interface member:
1 reference to Equals
Microsoft.Extensions.AI.Evaluation.NLP (1)
Common\RationalNumber.cs (1)
35
public override bool Equals(object? obj) => obj is RationalNumber other &&
Equals
(other);