rkt_167
Junior Member level 1
- Joined
- Aug 9, 2013
- Messages
- 19
- Helped
- 3
- Reputation
- 6
- Reaction score
- 3
- Trophy points
- 3
- Activity points
- 163
hi all,
I am comparing two strings:
this statement is always false even in console both are same as below..
ethernetHeader.Source=00:25:64:4F:219
textBox1.Text=00:25:64:4F:219
any possible reason??
thanks,
I am comparing two strings:
Code C# - [expand] 1 bool d = (String.Equals(ethernetHeader.Source,staticForm.textBox1.Text.ToString()));
this statement is always false even in console both are same as below..
ethernetHeader.Source=00:25:64:4F:219
textBox1.Text=00:25:64:4F:219
any possible reason??
thanks,