HasNotChanged Method

public static bool HasNotChanged( Serializable oldObject, Serializable newObject )

 

Description

Indicates if the object has changed, this assumes that newObject started out as oldObject.

Return Value

Type: Boolean

True if newObject is the same as oldObject.