View Single Post
Old 05-18-2017, 12:58 AM   #3
btsoft
Registered User
 
Join Date: May 2017
Location: Viet Nam
Posts: 11
We use the operator ‘==’ to test is two object are instanced from the same class and have same attributes and equal values. We can test if two object are refering to the same instance of the same class by the use of the identity operator ‘===’.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
btsoft is offline   Reply With Quote