ReportViewInstance.Equals Method (ReportViewInstance) (Microsoft.PerformancePoint.Scorecards)

Indicates whether the current object is equal to another object of the same type.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Function Equals ( _
    other As ReportViewInstance _
) As Boolean
'Usage
Dim instance As ReportViewInstance
Dim other As ReportViewInstance
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals (
    ReportViewInstance other
)

Parameters

  • other
    An object to compare with this object.

Return Value

true if the current object is equal to the other parameter; otherwise, false.

See Also

Reference

ReportViewInstance Class
ReportViewInstance Members
Microsoft.PerformancePoint.Scorecards Namespace