[ Version ( since = "3.23.1" ) ]
public bool equal (Place b)
Compare two Place instances for equality.
This compares all fields and only returns true
if the instances are exactly equal. For example, if both places have the
same location, but place b
has its
continent property set and place this does
not, false
will be returned.
Both instances must be non-%NULL.
this |
a place |
b |
another place |
|