Click or drag to resize
AkCommonEquals Method (String, String)
判断两个字符串是否相同。

忽略大小写。

one或other均为null时返回true。

one或 other有一个为null时返回false。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static bool Equals(
	string one,
	string another
)

Parameters

one
Type: SystemString
被比较字符串。
another
Type: SystemString
比较字符串。

Return Value

Type: Boolean
true或false。
See Also