| AkCommonEquals Method (ListString, ListString) |
判断两个字符串集合是否相等。
忽略大小写, 当其中一个为 null 时返回 false。
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static bool Equals(
List<string> one,
List<string> another
)
Parameters
- one
- Type: System.Collections.GenericListString
被比较集合。 - another
- Type: System.Collections.GenericListString
比较集合。
Return Value
Type:
Booleantrue或false。
See Also