Contents

==(_:_:)

Returns a Boolean value that indicates whether two components of a bind path are equal.

Declaration

static func == (lhs: BindPath.Part, rhs: BindPath.Part) -> Bool

Parameters

  • lhs:

    The component of the bind path on the left side of the operator.

  • rhs:

    The component of the bind path on the right side of the operator.

Return Value

Returns true if the components of the bind path are equal. Otherwise, returns false.