SyncId.Equals 메서드 (SyncId)
지정한 SyncId 개체가 이 개체와 같은지 여부를 확인합니다.
네임스페이스: Microsoft.Synchronization
어셈블리: microsoft.synchronization.dll의 Microsoft.Synchronization
구문
‘선언
Public Function Equals ( _
other As SyncId _
) As Boolean
‘사용 방법
Dim instance As SyncId
Dim other As SyncId
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals (
SyncId other
)
public:
virtual bool Equals (
SyncId^ other
) sealed
public final boolean Equals (
SyncId other
)
public final function Equals (
other : SyncId
) : boolean
매개 변수
- other
이 개체와 비교할 SyncId입니다.
반환 값
other가 이 개체와 같으면 true이고, 그렇지 않으면 false입니다.