Operator is, ==, ===

It is operator 

To determine whether it is a class or sub-class object.

Operator ==

With objects of value types, determining whether two objects are equal

 

=== operator

Whether the object used to compare two classes point to the same reference

 

Reference article

https://blog.csdn.net/xuanwenchao/article/details/72236109

Guess you like

Origin www.cnblogs.com/chendingxin/p/10994786.html