public static bool IsDirty (int instanceID);
public static bool IsDirty (Object target);

파라미터

instanceIDThe object's instance ID.
targetThe object.

반환

bool True if the object has changed; otherwise false.

설명

Gets a boolean value that indicates whether the specified object has changed since the last time it was saved.