メインコンテンツまでスキップ
バージョン:25.2

same

Operator, excludeProperties function, matchingProperties function

operator -- the same as (Added in SenseTalk 1.63)

Example:

put "cow" is the same as "COW" —> True

excludeProperties function: properties of x that aren’t the same as those in y (Added in SenseTalk 1.65)

Related: excludeProperties

matchingProperties function: properties of x that are the same as y (Added in SenseTalk 1.65)

Related:matchingProperties