ContainsExactly

ContainsExactly[list1,list2]

如果 list1 含有和 list2 中完全相同的元素则产生 True.

ContainsExactly[list2]

当所应用的对象含有 list2 中完全相同的元素时产生 True 的运算符形式.

更多信息和选项

范例

打开所有单元关闭所有单元

基本范例  (2)

两个列表含有的元素完全相同:

列表含有不同的元素:

范围  (4)

查看某化学品中是否含有一些特定元素:

在运算符形式中使用 ContainsExactly

找出 Bernie Taupin 和 Elton John 在 1982 年创作的音乐作品:

ContainsExactly 作用于结合:

选项  (2)

SameTest  (2)

默认情况下, ContainsExactly 认为同一的元素是相同的:

只要所表示的数值相同,已考虑到单位换算:

数值近似不视为相同对象:

Equal 可以用作比较函数得到数值容忍度:

默认情况下字符串比较是区分大小写的:

比较前转换成小写:

应用  (1)

两个变异单词或短语包含相同的字母:

单词 "parsley" 是单词 "replays" 的变位换音词:

这两个短语包含相同的字母:

属性和关系  (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 语言. 2015. "ContainsExactly." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/ContainsExactly.html.

APA

Wolfram 语言. (2015). ContainsExactly. Wolfram 语言与系统参考资料中心. 追溯自 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 ]}