Method | Description | |
---|---|---|
Equal ( string left, string right ) : bool |
Compares strings for reference equality and asserts if they are equal but not reference equal in debug mode.
|
Method | Description | |
---|---|---|
Equals ( object unusedA, object unusedB ) : void |
public static Equal ( string left, string right ) : bool | ||
left | string | The first string to compare. |
right | string | The second string to compare. |
return | bool |