EqualsComparator
Complete API reference for EqualsComparator, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: EngineOverride
Component: no
public interface EqualsComparator
Methods
| Signature | Returns | Description |
|---|---|---|
equals(Object) | boolean | Checks if the current object is equal to the given object. |
pointerEquals(Object) | boolean | Checks if the current object is the same instance as the given object. |
notEquals(Object) | boolean | Checks if the current object is not equal to the given object. |