can-find or not can-find

Hi,
Which one is faster either can-find statement or not can-find statement

if can-find (first...) then do : end.
else do: "my condition" end.

if not can-find(first..) then do: " my condition" end.


which query is executes faster
 
Top