RowView.Equals 方法

此 API 支持 基础结构,但不能通过代码直接使用。

此成员重写 Object.Equals(Object)

命名空间:  System.Data.SqlServerCe
程序集:  System.Data.SqlServerCe(在 System.Data.SqlServerCe.dll 中)

语法

声明
Public Overrides Function Equals ( _
    other As Object _
) As Boolean
用法
Dim instance As RowView
Dim other As Object
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public override bool Equals(
    Object other
)
public:
virtual bool Equals(
    Object^ other
) override
abstract Equals : 
        other:Object -> bool 
override Equals : 
        other:Object -> bool 
public override function Equals(
    other : Object
) : boolean

参数

返回值

类型:System.Boolean

请参阅

参考

RowView 类

System.Data.SqlServerCe 命名空间