Contents

==(_:_:)

Returns a Boolean value indicating whether two configurations are equal.

Declaration

static func == (lhs: ReferenceObject.Configuration, rhs: ReferenceObject.Configuration) -> Bool

Parameters

  • lhs:

    The left-hand side configuration to compare.

  • rhs:

    The right-hand side configuration to compare.

Return Value

true if the two configurations are equal; otherwise, false.