EqualProperties 方法
Determines whether the properties of the specified object are equal to the properties of the current expression node.
命名空间: Microsoft.SqlServer.Management.Dmf
程序集: Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)
语法
声明
Protected MustOverride Function EqualProperties ( _
obj As Object _
) As Boolean
用法
Dim obj As Object
Dim returnValue As Boolean
returnValue = Me.EqualProperties(obj)
protected abstract bool EqualProperties(
Object obj
)
protected:
virtual bool EqualProperties(
Object^ obj
) abstract
abstract EqualProperties :
obj:Object -> bool
protected abstract function EqualProperties(
obj : Object
) : boolean
参数
- obj
类型:System. . :: . .Object
An T:System.Object specifying the object to compare to the current expression node.
返回值
类型:System. . :: . .Boolean
A Boolean value that is true if the properties of the two objects are equal. Otherwise false.