Functions

The following functions are available globally.

Equatable Conformance for RVS_WeakObjectReference

  • Declaration

    Swift

    public func == <T>(lhs: RVS_WeakObjectReference<T>, rhs: RVS_WeakObjectReference<T>) -> Bool where T : AnyObject

    Parameters

    lhs

    The left-hand side of the comparison.

    rhs

    The right-hand side of the comparison.

    Return Value

    true, if they are the same.