Equals

Equals(TextualFormats)

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

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

戻り値

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

関連項目


Equals(IDocumentFormat)

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

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

戻り値

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

関連項目


Equals(object)

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

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

戻り値

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

関連項目