System::StringComparer::Equals 方法

StringComparer::Equals method

使用当前设置检查两个字符串是否相等。

virtual bool System::StringComparer::Equals(String x, String y) const override
参数类型描述
xString左侧字符串值。
yString右侧字符串值。

ReturnValue

如果字符串相等则为 true,否则为 false。

另见