Determines whether the List contains an item.
Determines if the Values are considered equal by comparing the types of both objects and then their attributes.
Returns true
if both the types and their attributes are equal.
Returns the index of an item from the List.
Inverse of the equals
method.
Static
fromStatic
isReturns true if the argument is a ValueObject.
Represents an immutable collection of objects that can be accessed by index. Provides methods to search, sort, and manipulate lists.