Contents

isEqual(to:)

Returns a Boolean value indicating whether the specified parameter object represents the same property as the current parameter object.

Declaration

func isEqual(to parameter: INParameter) -> Bool

Parameters

  • parameter:

    The parameter object to compare to this one.

Return Value

true if the two parameter objects represent the same property of the interaction object, or false if they do not.