You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe and implement rules with which one Meta (sample) could "match" another Meta (template) without being equal.
The simplest idea is that sample must have all values in template and those values should be equal. This simple conventions works like in operator so A in B + B in A guarantees equality. Though it won't be possible to introduce more complex range rules.
The text was updated successfully, but these errors were encountered:
Describe and implement rules with which one
Meta
(sample) could "match" anotherMeta
(template) without being equal.The simplest idea is that sample must have all values in template and those values should be equal. This simple conventions works like
in
operator soA
inB
+B
inA
guarantees equality. Though it won't be possible to introduce more complex range rules.The text was updated successfully, but these errors were encountered: