Share via


Tuple.Equals 메서드

Determines whether two instances of System.Object are equal.

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

구문

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

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

매개 변수

반환 값

유형: System.Boolean
true if the two instances are equivalent; falseotherwise.

주의

The Equals method, after verifying that obj is not null and that it is of the same type as the Tuple, compares the ordinal index (the value of the TupleOrdinal property) of obj with that of the Tuple. If the ordinal indexes are the same, the two instances are considered equivalent. This comparison is valid only within the scope of the parent Tuples property of a Set. Comparing two Tuple objects from different TupleCollection collections can yield unpredictable results.

참고 항목

참조

Tuple 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스