SerializedProperty.EqualContents
static function EqualContents(x: SerializedProperty, y: SerializedProperty): bool;
static bool EqualContents(SerializedProperty x, SerializedProperty y);
static def EqualContents(x as SerializedProperty, y as SerializedProperty) as bool
Description

See if contained serialized properties are equal.