STRSAME Function
Last modified: March 09, 2015
Applies to: Office 2013 | Visio 2013
In this article
Syntax
Remarks
Example 1
Example 2
Example 3
Example 4
Example 5
Example 6
Example 7
Determines whether strings are the same. It returns TRUE if they are the same and FALSE if they aren't.
STRSAME ("string1", "string2", ignoreCase)
Parameters
|
Name |
Required/Optional |
Data Type |
Description |
|---|---|---|---|
|
string1 |
Required |
String |
The first string to compare. |
|
string2 |
Required |
String |
The second string to compare. |
|
ignoreCase |
Optional |
Boolean |
TRUE to ignore the case and FALSE to compare the case. The default is FALSE. |
Return Value
Boolean