AliasInfoCollection.Equals Method (AliasInfoCollection)
Determines whether two instances of the same type are equal.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function Equals ( _
other As AliasInfoCollection _
) As Boolean
'Usage
Dim instance As AliasInfoCollection
Dim other As AliasInfoCollection
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
AliasInfoCollection other
)
Parameters
other
Type: Microsoft.PerformancePoint.Scorecards.AliasInfoCollectionThe collection to compare to.
Return Value
Type: System.Boolean
true if the specified collection is equal to the current collection; otherwise, false.