[Vala] comparison of arrays in Vala
- From: Celil <celil kj gmail com>
- To: vala-list gnome org
- Subject: [Vala] comparison of arrays in Vala
- Date: Sat, 19 Jun 2010 16:27:11 -0700
Hello,
I just tried the following, and the assertion fails.
int[] x = {1,2};
int[] y = {1,2};
assert( x == y);
I suppose Vala compares the memory locations of x and y instead of the
content of the arrays. Is there an easy way to compare two arrays
without having to loop though them in vala?
Celil
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]