1SQL::Translator::SchemaU:s:eRrolCeo:n:tCroimbpuatreedS(Q3PL)e:r:lTrDaoncsulmaetnotra:t:iSocnhema::Role::Compare(3)
2
3
4
6 SQL::Translator::Schema::Role::Compare - compare objects
7
9 package Foo;
10 use Moo;
11 with qw(SQL::Translator::Schema::Role::Compare);
12
13 $obj->equals($other);
14
16 This Moo::Role provides a method to compare if two objects are the
17 same.
18
20 equals
21 Determines if this object is the same as another.
22
23 my $isIdentical = $object1->equals( $object2 );
24
25
26
27perl v5.32.1 2021S-Q0L1:-:2T7ranslator::Schema::Role::Compare(3)