Contents

==(_:_:)

Returns a Boolean value that indicates whether two bind targets are equal.

Declaration

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

Parameters

  • lhs:

    The bind target on the left side of the operator.

  • rhs:

    The bind target on the right side of the operator.

Return Value

Returns true if the bind targets are equal. Otherwise, returns false.