Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DataEquals(Object)

Determines if the target object has the same serialized values as the Preset.
Read time 1 minuteLast updated 9 days ago

Definition

public bool DataEquals(Object target)

Parameters

target

The target object to be compared against the Preset.

Returns

Type

Description

boolReturns true when the target object has the same serialized values as the Preset. Otherwise, returns false.