![]() |
![]()
| ![]() |
![]()
NAMESQL::Translator::Schema::Role::Compare - compare objects SYNOPSISpackage Foo; use Moo; with qw(SQL::Translator::Schema::Role::Compare); $obj->equals($other); DESCRIPTIONThis Moo::Role provides a method to compare if two objects are the same. METHODSequalsDetermines if this object is the same as another. my $isIdentical = $object1->equals( $object2 );
|