ScriptDependency.Equals Method (ScriptDependency)
Determines whether the current object is equal to another object of the same type.
Namespace: Microsoft.PerformancePoint.Scorecards.Script
Assembly: Microsoft.PerformancePoint.Scorecards.Script (in Microsoft.PerformancePoint.Scorecards.Script.dll)
Syntax
'Declaration
Public Function Equals ( _
obj As ScriptDependency _
) As Boolean
'Usage
Dim instance As ScriptDependency
Dim obj As ScriptDependency
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public bool Equals(
ScriptDependency obj
)
Parameters
obj
Type: Microsoft.PerformancePoint.Scorecards.Script.ScriptDependencyThe object to compare to.
Return Value
Type: System.Boolean
true if the objects are equal; otherwise, false.