You're talking about the Default Property of the old RichTextBox control in VB6. The concept still exists in VB.NET but not really used in the controls. It's is FAR better to explicitly specify the property .Text instead of relying on knowing what the default property is.
OtherRichTextBox.Text = RichTextBox1.Text