What to use in UWP, Binding or x:Bind and what is the difference between them?
Because I see a lot of posts where people use Binding and I only Bind with x:Bind in UWP.
At the MSDN Homepage it only says that "the binding objects created by {x:Bind} and {Binding} are largely functionally equivalent." and that x:Bind is faster. 
But what is the difference between them?
Because "largely functionally equivalent" does not mean equivalent.
The Link from my Quote: MSDN
So my Question is:
What is the difference in using Binding or x:Bind in UWP?