Equals

Equals(PresentationFormats)

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

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

戻り値

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

関連項目


Equals(IDocumentFormat)

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

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

戻り値

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

関連項目


Equals(object)

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

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

戻り値

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

関連項目