/// <summary> /// Returns true if this method link and the method have matching signatures, based on the fully qualified name and the list of parameter types. /// </summary> public bool MatchesSignature(DotNetMethod method) { return(MethodName.MatchesSignature(method.MethodName)); }