Method IsDoubleMetaphoneEqual
IsDoubleMetaphoneEqual(String, String)
Check if the Double Metaphone values of two
Declaration
public virtual bool IsDoubleMetaphoneEqual(string value1, string value2)
Parameters
Type | Name | Description |
---|---|---|
System.String | value1 | The left-hand side of the encoded |
System.String | value2 | The right-hand side of the encoded |
Returns
Type | Description |
---|---|
System.Boolean |
|
IsDoubleMetaphoneEqual(String, String, Boolean)
Check if the Double Metaphone values of two
Declaration
public virtual bool IsDoubleMetaphoneEqual(string value1, string value2, bool alternate)
Parameters
Type | Name | Description |
---|---|---|
System.String | value1 | The left-hand side of the encoded |
System.String | value2 | The right-hand side of the encoded |
System.Boolean | alternate | Use the alternate value if |
Returns
Type | Description |
---|---|
System.Boolean |
|