Call.compareArguments

Compares arguments of this call with the given arguments.

mixintemplate Call(alias F)
bool
compareArguments
(
Options
)
(
ParameterTypes arguments
)

Parameters

Options

Functions used for comparison.

arguments ParameterTypes

Arguments.

Return Value

Type: bool

Whether the arguments of this call are equal to the given arguments.

Meta