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
eqoperator, compares stringifications. - op_ne
-
For the
neoperator, compares stringifications.
Methods
- op_eq
- op_ne