使用英语阅读

通过


SqlString.NotEquals(SqlString, SqlString) 方法

定义

对两个 SqlString 操作数执行逻辑比较,以确定它们是否不相等。

public:
 static System::Data::SqlTypes::SqlBoolean NotEquals(System::Data::SqlTypes::SqlString x, System::Data::SqlTypes::SqlString y);
public static System.Data.SqlTypes.SqlBoolean NotEquals (System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y);
static member NotEquals : System.Data.SqlTypes.SqlString * System.Data.SqlTypes.SqlString -> System.Data.SqlTypes.SqlBoolean
Public Shared Function NotEquals (x As SqlString, y As SqlString) As SqlBoolean

参数

返回

一个 SqlBoolean,它在两个实例不等时为 True,在两个实例相等时为 False。 如果 SqlString 的任一实例为空,则 ValueSqlBoolean 将为 Null

适用于

产品 版本
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

另请参阅