Share via


DashboardElementSize.ValueEquals Method

Compares the values of this object and another object.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Function ValueEquals ( _
    obj As DashboardElementSize _
) As Boolean
'Usage
Dim instance As DashboardElementSize
Dim obj As DashboardElementSize
Dim returnValue As Boolean

returnValue = instance.ValueEquals(obj)
public bool ValueEquals(
    DashboardElementSize obj
)

Parameters

Return Value

Type: System.Boolean
true if the values of the objects are the same; otherwise false.

Remarks

ValueEquals(DashboardElementSize) does not override the Equals method because the object is not immutable.

See Also

Reference

DashboardElementSize Class

DashboardElementSize Members

Microsoft.PerformancePoint.Scorecards Namespace