ContainsExactly

ContainsExactly[list1,list2]

list1list2と全く同じ要素を含む場合にTrueを返す.

ContainsExactly[list2]

適用されたオブジェクトが list2と全く同じ要素を含む場合にTrueを返す,この関数の演算子形である.

詳細とオプション

例題

すべて開くすべて閉じる

  (2)

どちらのリストも厳密に同じ要素を含んでいる:

以下のリストは別の要素を含んでいる:

スコープ  (4)

ある化学物質が厳密に同じ要素を含んでいるかどうかを調べる:

ContainsExactlyの演算子形を使う:

1982年にバーニー・トーピン(Bernie Taupin)とエルトン・ジョン(Elton John)によって作曲された音楽作品を求める:

ContainsExactlyは連想に使うことができる:

オプション  (2)

SameTest  (2)

デフォルトで,ContainsExactlyは要素が等しければ同じであるとみなす:

両者が全く同じ量を表している場合は,単位の違いが考慮される:

近似された数値は同じオブジェクトとはみなされない:

Equalを比較関数として使って数値許容度を持たせる:

文字列の比較は,デフォルトで大文字小文字の違いに敏感である:

比較の前に小文字に変換する:

アプリケーション  (1)

同じ文字を含む2つのアナグラムの単語または語句:

「parsley」という単語は「replays」という単語のアナグラムである:

次に2つの語句は同じ文字を含んでいる:

特性と関係  (3)

ContainsExactly[list1,list2]は,等価性を集合として調べることに等しい:

ContainsExactlyは,その引数の対称関数である.つまり,ContainsExactly[list1,list2]==ContainsExactly[list2,list1]である:

ContainsExactly[list1,list2]And[ContainsAll[list1,list2],ContainsOnly[list1,list2]]に等しい:

Wolfram Research (2015), ContainsExactly, Wolfram言語関数, https://reference.wolfram.com/language/ref/ContainsExactly.html.

テキスト

Wolfram Research (2015), ContainsExactly, Wolfram言語関数, https://reference.wolfram.com/language/ref/ContainsExactly.html.

CMS

Wolfram Language. 2015. "ContainsExactly." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/ContainsExactly.html.

APA

Wolfram Language. (2015). ContainsExactly. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ContainsExactly.html

BibTeX

@misc{reference.wolfram_2024_containsexactly, author="Wolfram Research", title="{ContainsExactly}", year="2015", howpublished="\url{https://reference.wolfram.com/language/ref/ContainsExactly.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_containsexactly, organization={Wolfram Research}, title={ContainsExactly}, year={2015}, url={https://reference.wolfram.com/language/ref/ContainsExactly.html}, note=[Accessed: 21-November-2024 ]}