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

Return Value

Type: System.Boolean
true if the specified collection is equal to the current collection; otherwise, false.

Implements

IEquatable<T>.Equals(T)

See Also

Reference

AliasInfoCollection Class

AliasInfoCollection Members

Equals Overload

Microsoft.PerformancePoint.Scorecards Namespace