==(_:_:)

Compares the location properties and the underlying errors of the operands for equality, returning true if they are equal. Always returns false if (any of) the underlying Error existentials are not Equatable.

BSON.DecodingError.swift:31
static func == (lhs: `Self`, rhs: `Self`) -> Bool