This version of Unity is unsupported.

SerializedProperty.isDefaultOverride

public bool isDefaultOverride;

Description

Allows you to check whether his property is a default override.

Certain properties on Prefab instances are default overrides.

See PrefabUtility.IsDefaultOverride for more information.