keyMatch
datatypes: TF = keyMatch (A, B)
Return true if both inputs have the same hash code.
TF = keyMatch (A, B)
returns a logical scalar,
which is true
, if both inputs, A and B, have the same
FNV-1a 64-bit hash code, and false
otherwise.
Source Code: keyMatch