다음을 통해 공유


DocumentType.Equals(DocumentType) 메서드

정의

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

public bool Equals (Azure.Health.Insights.ClinicalMatching.DocumentType other);
override this.Equals : Azure.Health.Insights.ClinicalMatching.DocumentType -> bool
Public Function Equals (other As DocumentType) As Boolean

매개 변수

other
DocumentType

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

반환

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

구현

적용 대상