[ Version ( since = "2.74" ) ]
public bool find_with_equal_func_full (Object item, EqualFuncFull equal_func, out uint position)
Like find_with_equal_func but with an additional user_data
that is passed to equal_func
.
this | |
item |
an item |
equal_func |
A custom equality check function |
position |
the first position of |
user_data |
user data for |
Whether this contains |