Equals

Equals(SpreadsheetFormats)

このインスタンスが他の指定された SpreadsheetFormats と等しいかどうかを判断します instance

public bool Equals(SpreadsheetFormats other)
パラメータ タイプ 説明
other SpreadsheetFormats これと等しいかどうかをチェックする必要があるその他の SpreadsheetFormats インスタンス

戻り値

等しい場合は true、等しくない場合は false

関連項目


Equals(IDocumentFormat)

このインスタンスが他の指定された IDocumentFormat と等しいかどうかを判断します instance

public bool Equals(IDocumentFormat other)
パラメータ タイプ 説明
other IDocumentFormat その他の IDocumentFormat インスタンス。 SpreadsheetFormats でない場合、メソッドは「false」を返します。

戻り値

等しい場合は true、等しくない場合は false

関連項目


Equals(object)

このインスタンスが、おそらくボックス化された SpreadsheetFormats の他の指定されたオブジェクトと等しいかどうかを判断します

public override bool Equals(object obj)
パラメータ タイプ 説明
obj Object 他のボックス化された SpreadsheetFormats インスタンス

戻り値

等しい場合は true、等しくない場合は false

関連項目