utils_data_id_equal
Description:
[
Version ( since =
"0.14.0" ) ]
public bool utils_data_id_equal (
string data_id1,
string data_id2)
Checks two component data IDs for equality allowing globs to match.
Parameters:
data_id1 |
a data ID
|
data_id2 |
another data ID
|
Returns:
true if the ID's should be considered equal.
|