abstract class BaseScalar implements ValueObject

Class BaseScalar

Methods

bool
equals(ValueObject $valueObject)

Compare if a ValueObject is of the same type and identical value.

Details

at line 14
bool equals(ValueObject $valueObject)

Compare if a ValueObject is of the same type and identical value.

Parameters

ValueObject $valueObject

Return Value

bool