다음을 통해 공유


BlobBuilder.ContentEquals(BlobBuilder) 메서드

정의

이 작성기의 현재 내용을 다른 내용과 비교합니다.

public:
 bool ContentEquals(System::Reflection::Metadata::BlobBuilder ^ other);
public bool ContentEquals (System.Reflection.Metadata.BlobBuilder other);
member this.ContentEquals : System.Reflection.Metadata.BlobBuilder -> bool
Public Function ContentEquals (other As BlobBuilder) As Boolean

매개 변수

other
BlobBuilder

이 인스턴스와 비교할 BlobBuilder 인스턴스입니다.

반환

같으면 true이고, 그렇지 않으면 false입니다.

예외

콘텐츠를 사용할 수 없습니다. 작성기가 다른 콘텐츠와 연결되어 있습니다.

적용 대상