public bool MatchesName(
string name
)
Public Function MatchesName (
name As String
) As Boolean
Dim instance As CommandInfo
Dim name As String
Dim returnValue As Boolean
returnValue = instance.MatchesName(name)
public:
bool MatchesName(
String^ name
)
Automatic prefix aliases are not considered by this method, regardless of the value of the AutoCommandPrefixAliases property. To check for a prefix, use the MatchesPrefix(String) method.
ArgumentNullException | name is . |