Comment 3 for bug 634561

Revision history for this message
Andrew Jorgensen (ajorg) wrote :

Nope, they are not the same. When you do "Key = key" you are calling the accessor, which is a method. When you do "this.Key = key" you are making an assignment.