1SQL::Translator::SchemaU:s:eRrolCeo:n:tCroimbpuatreedS(Q3PL)e:r:lTrDaoncsulmaetnotra:t:iSocnhema::Role::Compare(3)
2
3
4

NAME

6       SQL::Translator::Schema::Role::Compare - compare objects
7

SYNOPSIS

9           package Foo;
10           use Moo;
11               with qw(SQL::Translator::Schema::Role::Compare);
12
13               $obj->equals($other);
14

DESCRIPTION

16       This Moo::Role provides a method to compare if two objects are the
17       same.
18

METHODS

20   equals
21       Determines if this object is the same as another.
22
23         my $isIdentical = $object1->equals( $object2 );
24
25
26
27perl v5.30.0                      2019S-Q0L7:-:2T6ranslator::Schema::Role::Compare(3)
Impressum