compareProperty


Description:

public bool compareProperty (T older, T newer, string prop, Type gtype)

Compares a property value between two objects.

Parameters:

older

The first object to compare

newer

The second object to compare

prop

The name of the property to compare

gtype

The GType of the property

Returns:

true if the property values are equal, false otherwise