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
參數
- other
型別:System.Object