Method IsMetaphoneEqual
IsMetaphoneEqual(String, String)
Tests is the metaphones of two strings are identical.
Declaration
public virtual bool IsMetaphoneEqual(string str1, string str2)
Parameters
Type | Name | Description |
---|---|---|
System.String | str1 | First of two strings to compare. |
System.String | str2 | Second of two strings to compare. |
Returns
Type | Description |
---|---|
System.Boolean |
|