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)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.