Share via


RepositoryList.Equals method (Object)

Determines whether the current object is equal to another object.

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

Syntax

'Declaration
Public Overrides Function Equals ( _
    obj As Object _
) As Boolean
'Usage
Dim instance As RepositoryList
Dim obj As Object
Dim returnValue As Boolean

returnValue = instance.Equals(obj)
public override bool Equals(
    Object obj
)

Parameters

Return value

Type: System.Boolean
true if the objects are equal; otherwise false.

See also

Reference

RepositoryList class

RepositoryList members

Equals overload

Microsoft.PerformancePoint.Scorecards namespace