// ReSharper disable once CheckNamespace
namespace System.Numerics;
///
/// Included for compatibility with .net7+, but has no members.
/// Thus it cannot be explicitly used in generator code.
/// Use it for static analysis only.
///
/// The left operand type.
/// The right operand type.
/// The return type.
internal interface IEqualityOperators;