Subclass-aware comparator for ProductDimension objects. Performs a logical comparison between instances. This comparator is not consistent with equals(Object).
More...
Subclass-aware comparator for ProductDimension objects. Performs a logical comparison between instances. This comparator is not consistent with equals(Object).
The compare(ProductDimension, ProductDimension) method handles nulls, ordering nulls last.
Determines whether the specified objects are equal.
- Parameters
-
x | The first object to compare. |
y | The second object to compare. |
- Returns
- True if the specified objects are equal; otherwise, false.
int Google.Api.Ads.AdWords.Util.Shopping.v201809.ProductDimensionEqualityComparer.GetHashCode |
( |
ProductDimension |
obj | ) |
|
|
inline |
Returns a hash code for this instance.
- Parameters
-
- Returns
- A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
The documentation for this class was generated from the following file: