Method IsEncodeEquals
IsEncodeEquals(String, String)
Determines if two names are homophonous via Match Rating Approach (MRA) algorithm. It should be noted that the strings are cleaned in the same way as Encode(String).
Declaration
public virtual bool IsEncodeEquals(string name1, string name2)
Parameters
Type | Name | Description |
---|---|---|
System.String | name1 | First of the 2 strings (names) to compare. |
System.String | name2 | Second of the 2 names to compare. |
Returns
Type | Description |
---|---|
System.Boolean |
|