Namespace: Equals

BeautifulProperties. Equals

Namespaces

Functions

Methods

(static) equals(object, key, value, otherValue) → {boolean}

If it returns true,value is equal to otherValue in the property.
Parameters:
Name Type Description
object object
key string
value *
otherValue *
Source:
Returns:
Type
boolean

(static) set(object, key, equalsFn)

It set the equals function on the property.
Parameters:
Name Type Description
object object
key string
equalsFn function equals function for BeautifulProperties.Equals.equals.
Source:
See: