- Index
- »
- axon
- »
- func:equals
def
func:equals
equals(a, b)
Return if two values are equivalent. Unlike the standard ==
operator this function will compare the contents of collection values such as lists, dicts, and grids. For non-collection values, the result is the same as the ==
operator. This function does not work with lazy grids such as hisRead result.