==(_:_:)
Returns a Boolean value that indicates whether two bind targets are equal.
Declaration
static func == (lhs: BindTarget, rhs: BindTarget) -> BoolParameters
- 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.