ProgramInfo.Equals Method (Object)

 

Applies To: SQL Server 2016 Preview

Indicates whether the ProgramInfo object is equal to the other object.

Namespace:   Microsoft.DataWarehouse.Interfaces.Debugger
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

public override bool Equals(
    object other
)
public:
virtual bool Equals(
    Object^ other
) override
override Equals : 
        other:Object -> bool
Public Overrides Function Equals (
    other As Object
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if the ProgramInfo object is equal to the other object; otherwise, false.

See Also

ProgramInfo Class
Microsoft.DataWarehouse.Interfaces.Debugger Namespace

Return to top