- Declared in: RT.KitchenSink.Collections.RVariant
- Overrides: object.GetHashCode()
Declaration
public override int GetHashCode()
Summary
Returns a hash code for this RVariant. Creates a deep recursive hash
for Lists but not for Dicts. May be fairly slow - it's probably a bad
idea to use RVariant as a dictionary key...