matches method

bool matches(
  1. RealtimeFunctionTool tool
)

Implementation

bool matches(RealtimeFunctionTool tool) {
  return tool.name == this.name;
}