Serialization.

AreSameProperty(SerializedProperty, SerializedProperty) Method

Summary

Indicates whether both properties refer to the same underlying field.

Syntax

public static bool AreSameProperty(SerializedProperty a, SerializedProperty b)

Parameters

Name Type Description
a SerializedProperty
b SerializedProperty

Return Value

Type Description
bool