Click or drag to resize
ScanUtilsequalsIgnoreCase Method

» Asprise Scan Home · Developer's Guide

Returns true if the two given strings equal to each other ignoring cases.

Namespace: asprise_imaging_api
Assembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool equalsIgnoreCase(
	string s1,
	string s2
)

Parameters

s1
Type: SystemString
s2
Type: SystemString

Return Value

Type: Boolean
See Also