Returns either a boolean indicating if there are any equivalent
property keys in both the source object and target object it's being
compared to that are mapped to differing values or the number of
equivalent property keys in both the source object and target object that
are mapped to differing values.
Either a boolean indicating if there are
any equivalent property keys in both the source and target
object that are mapped to differing values or the number of
equivalent property keys in both the source and target object
that are mapped to differing values.
Returns either a boolean indicating if there are properties in the
target object that aren't in the source object being compared to it or
the number of properties the target object contains that the source
object does not.
Either a boolean indicating if there are
properties in the target object that aren't in the source object
or the number of properties the target object contains that
the source object does not.
Returns either a boolean indicating if there are properties in the
source object that aren't in the target object it's being compared to or
the number of properties the source object contains that the target
object does not.
Either a boolean indicating if there are
properties in the source object that aren't in the target object
or the number of properties the source object contains that
the target object does not.
Returns either a boolean indicating if there are equivalent properties
in both the source object and target object it's being compared to or the
number of equivalent properties both the source and target object
contain.
Either a boolean indicating if there are
equivalent properties in both the source object and target or
the number of equivalent properties in both the source and
target objects.
Generated using TypeDoc
The return type returned by Compare.count and Compare.has.
This interface defines the return type when querying Compare objects for the number or existence of
omittedProperties,extraProperties,sharedProperties, andalteredProperties. When querying for thecount, this interface's properties are based onnumbers, when querying for thehas(the existence) this interface's properties are based onbooleanvalues.Snap