Click or drag to resize
AkCommonEquals Method (ListString, ListString)
判断两个字符串集合是否相等。

忽略大小写, 当其中一个为 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(
	List<string> one,
	List<string> another
)

Parameters

one
Type: System.Collections.GenericListString
被比较集合。
another
Type: System.Collections.GenericListString
比较集合。

Return Value

Type: Boolean
true或false。
See Also