Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
obj
Type: Microsoft.PerformancePoint.Scorecards.DashboardElementSizeThe object to compare to.
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.