NAME
FindApp::Object::Behavior::Overloading - provide an object with simply overloads
SYNOPSIS
DESCRIPTION
Overloads
- as_string
-
The Data::Dump output.
- as_number
-
The object address.
- op_equals
-
For the
==
operator, compares addresses. - op_notequals
-
For the
!=
operator, compares addresses. - op_eq
-
For the
eq
operator, compares stringifications. - op_ne
-
For the
ne
operator, compares stringifications.
Methods
- op_eq
- op_ne