comparison between 2 char[]
hello
i would like to compare 2 char[] and know if the 2 char[] are equal or not.
i have use something like that
boolean r;
r=gpib_list[index].name.equals(temp2);
// gpib_list[index].name is a char[] declare in another class
but r return always false even when the 2 char[] seems to be equals....
but i'm certainly doing something wrong or maybe there is another method. could you give me an advice
thanks a lot for your help
BR

