hi all,
when I compare my string to an empty string I get true. In my understanding this should be false. Or is this by design? Still, it feels wrong to me.
hi all,
when I compare my string to an empty string I get true. In my understanding this should be false. Or is this by design? Still, it feels wrong to me.
this is by design of the original operation, see: String.Contains Method (System)