SQL::Translator::Schema::Role::Compare(3pm) | User Contributed Perl Documentation | SQL::Translator::Schema::Role::Compare(3pm) |
SQL::Translator::Schema::Role::Compare - compare objects
package Foo; use Moo; with qw(SQL::Translator::Schema::Role::Compare); $obj->equals($other);
This Moo::Role provides a method to compare if two objects are the same.
Determines if this object is the same as another.
my $isIdentical = $object1->equals( $object2 );
2018-01-12 | perl v5.26.1 |