Equals

Equals(PresentationFormats)

이 인스턴스가 지정된 다른 PresentationFormats instance 와 같은지 여부를 결정합니다.

public bool Equals(PresentationFormats other)
모수 유형 설명
other PresentationFormats 이 항목과 같은지 확인해야 하는 다른 PresentationFormats 인스턴스

반환 값

같으면 참, 같지 않으면 거짓

또한보십시오


Equals(IDocumentFormat)

이 인스턴스가 지정된 다른 IDocumentFormat instance 와 같은지 여부를 결정합니다.

public bool Equals(IDocumentFormat other)
모수 유형 설명
other IDocumentFormat 다른 IDocumentFormat 인스턴스. PresentationFormats가 아닌 경우 메서드는 ‘false’를 반환합니다.

반환 값

같으면 참, 같지 않으면 거짓

또한보십시오


Equals(object)

이 인스턴스가 다른 지정된 개체, 즉 boxed PresentationFormats 와 같은지 여부를 결정합니다.

public override bool Equals(object obj)
모수 유형 설명
obj Object 기타 박스형 PresentationFormats 인스턴스

반환 값

같으면 참, 같지 않으면 거짓

또한보십시오