Method IsEncodeEqual
IsEncodeEqual(String, String)
Tests if the encodings of two strings are equal.
This method might be promoted to a new AbstractStringEncoder superclass.
Declaration
public virtual bool IsEncodeEqual(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 |
|