Share via


RepositoryLocation.Equals Method (Object)

Determines whether this 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 RepositoryLocation
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 ItemGuid, ItemType, ItemUrl properties are equal; otherwise false.

See Also

Reference

RepositoryLocation Class

RepositoryLocation Members

Equals Overload

Microsoft.PerformancePoint.Scorecards Namespace