com.kuka.common
Interface IDataEquatable
public interface IDataEquatable
Interface which can be used to check if the data of two objects are equal.
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
|
Method Summary |
boolean |
hasSameDataAs(Object obj)
Checks if the data of the given object are the same as the one of the
called instance. |
hasSameDataAs
boolean hasSameDataAs(Object obj)
- Checks if the data of the given object are the same as the one of the
called instance.
- Parameters:
obj - The other object to check the equality against.
- Returns:
True if the data of both objects are equal;
otherwise false.
Copyright © 2019. All rights reserved.