다음을 통해 공유


SyncIdFormat.Equals 메서드 (SyncIdFormat)

지정한 SyncIdFormat 개체가 현재 개체와 동일한지 여부를 확인합니다.

네임스페이스: Microsoft.Synchronization
어셈블리: microsoft.synchronization.dll의 Microsoft.Synchronization

구문

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

returnValue = instance.Equals(other)
public bool Equals (
    SyncIdFormat other
)
public:
virtual bool Equals (
    SyncIdFormat^ other
) sealed
public final boolean Equals (
    SyncIdFormat other
)
public final function Equals (
    other : SyncIdFormat
) : boolean

매개 변수

반환 값

other가 현재 개체와 동일하면 true이고, 그렇지 않으면 false입니다.

참고 항목

참조

SyncIdFormat 클래스
SyncIdFormat 멤버
Microsoft.Synchronization 네임스페이스