| AkCommonEquals Method (String, String) |
判断两个字符串是否相同。
忽略大小写。
one或other均为null时返回true。
one或 other有一个为null时返回false。
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static bool Equals(
string one,
string another
)
Parameters
- one
- Type: SystemString
被比较字符串。 - another
- Type: SystemString
比较字符串。
Return Value
Type:
Booleantrue或false。
See Also