ReportExpression<T>.Equals 方法

Tests the equality of the Value property with another object.

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

语法

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

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

参数

返回值

类型:System.Boolean
True if the Value property is equal to another object; otherwise, false.

请参阅

参考

ReportExpression<T> 结构

Microsoft.ReportingServices.RdlObjectModel 命名空间