Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

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.