Table of Contents

Method IsMatch

Namespace
Bonsai.Osc
Assembly
Bonsai.Osc.dll

IsMatch(string)

Returns whether the OSC address pattern in this message matches the specified method name.

public bool IsMatch(string methodName)

Parameters

methodName string

The name of the OSC method to match against the OSC address pattern of this message.

Returns

bool

true if the method matches the OSC address pattern; otherwise, false.