Vanguard Interview Question

what is the difference between == and .=

Interview Answer

Anonymous

Dec 14, 2017

= is an assignment operator == is a comparison operator