다음을 통해 공유


MicrosoftBotIdentifier.Equals(CommunicationIdentifier) 메서드

정의

현재 개체가 동일한 형식의 다른 개체와 같은지 여부를 나타냅니다.

public override bool Equals(Azure.Communication.CommunicationIdentifier other);
override this.Equals : Azure.Communication.CommunicationIdentifier -> bool
Public Overrides Function Equals (other As CommunicationIdentifier) As Boolean

매개 변수

other
CommunicationIdentifier

이 개체와 비교할 개체입니다.

반환

현재 개체가 other 매개 변수와 같으면 true이고, 그렇지 않으면 false입니다.

적용 대상