| ScanUtilsequalsIgnoreCase Method  | 
            Returns true if the two given strings equal to each other ignoring cases.
            
 
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool equalsIgnoreCase(
	string s1,
	string s2
)
Public Shared Function equalsIgnoreCase ( 
	s1 As String,
	s2 As String
) As Boolean
public:
static bool equalsIgnoreCase(
	String^ s1, 
	String^ s2
)
static member equalsIgnoreCase : 
        s1 : string * 
        s2 : string -> bool 
Parameters
- s1
 - Type: SystemString
 - s2
 - Type: SystemString
 
Return Value
Type: 
Boolean
See Also