Check out example codes for "creating a c# class". It will help you in understanding the concepts better.
Code Example 1
//Declaring an object of type MyClass.
MyClass mc = new MyClass();
//Declaring another object of the same type, assigning it the value of the first object.
MyClass mc2 = mc;
Learn ReactJs, React Native from akashmittal.com