ProgramInfo.Equals 메서드

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

네임스페이스:  Microsoft.DataWarehouse.Interfaces.Debugger
어셈블리:  Microsoft.DataWarehouse.Interfaces(Microsoft.DataWarehouse.Interfaces.dll)

구문

‘선언
Public Overrides Function Equals ( _
    other As Object _
) As Boolean
‘사용 방법
Dim instance As ProgramInfo 
Dim other As Object 
Dim returnValue As Boolean 

returnValue = instance.Equals(other)
public override bool Equals(
    Object other
)
public:
virtual bool Equals(
    Object^ other
) override
abstract Equals : 
        other:Object -> bool  
override Equals : 
        other:Object -> bool
public override function Equals(
    other : Object
) : boolean

매개 변수

반환 값

유형: System.Boolean
true if the ProgramInfo object is equal to the other object; otherwise, false.

참고 항목

참조

ProgramInfo 클래스

Microsoft.DataWarehouse.Interfaces.Debugger 네임스페이스