다음을 통해 공유


Equality 연산자

Determines whether two instances of MiningContentNode are equal.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient.dll의 Microsoft.AnalysisServices.AdomdClient

구문

‘선언
Public Shared Operator = ( _
    o1 As MiningContentNode, _
    o2 As MiningContentNode _
) As Boolean
‘사용 방법
Dim o1 As MiningContentNode
Dim o2 As MiningContentNode
Dim returnValue As Boolean

returnValue = (o1 = o2)
public static bool operator ==(
    MiningContentNode o1,
    MiningContentNode o2
)
public:
static bool operator ==(
    MiningContentNode^ o1, 
    MiningContentNode^ o2
)
static let inline (=)
        o1:MiningContentNode * 
        o2:MiningContentNode  : bool
Jscript는 오버로드된 연산자의 사용을 지원하지만 새로운 오버로드된 연산자 선언은 지원하지 않습니다.

반환 값

형식: System. . :: . .Boolean
true if o1 and o2 represent the same MiningContentNode; false otherwise.