Equals

Equals(SpreadsheetFormats)

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

public bool Equals(SpreadsheetFormats other)
모수 유형 설명
other SpreadsheetFormats 다른 SpreadsheetFormats 인스턴스는 이 인스턴스와 같은지 확인해야 합니다.

반환 값

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

또한보십시오


Equals(IDocumentFormat)

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

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

반환 값

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

또한보십시오


Equals(object)

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

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

반환 값

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

또한보십시오