Contents

==(_:_:)

Returns a Boolean value that indicates whether two dependencies are equal.

Declaration

static func == (lhs: SystemDependency, rhs: SystemDependency) -> Bool

Parameters

  • lhs:

    The first dependency to compare.

  • rhs:

    The second dependency to compare.

Return Value

A Boolean value set to true if the two dependencies are equal.