ByMethod reports whether the Equal method determined equality.
()
| 460 | |
| 461 | // ByMethod reports whether the Equal method determined equality. |
| 462 | func (r Result) ByMethod() bool { |
| 463 | return r.flags&reportByMethod != 0 |
| 464 | } |
| 465 | |
| 466 | // ByFunc reports whether a [Comparer] function determined equality. |
| 467 | func (r Result) ByFunc() bool { |