Field.Equals 方法 (Field)

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

Tests the equality of this object and another Field object.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Function Equals ( _
    field As Field _
) As Boolean
用法
Dim instance As Field 
Dim field As Field 
Dim returnValue As Boolean 

returnValue = instance.Equals(field)
public bool Equals(
    Field field
)
public:
bool Equals(
    Field^ field
)
member Equals : 
        field:Field -> bool
public function Equals(
    field : Field
) : boolean

参数

返回值

类型:System.Boolean
true if this object is equal to the specified Field object; otherwise, false.

请参阅

参考

Field 类

Equals 重载

Microsoft.ReportingServices.RdlObjectModel 命名空间