I'm trying to check the following conditions in my if statement. However even when the conditions are met, the code under the if statement doesn't execute.
If (Gnum(0, 0) = Rnum(0, 0) & Gnum(0, 1) = Rnum(0, 1) & Gnum(0, 2) = Rnum(0, 2)) Then
Lbl_Msg.Text = "Send Msg"
End If