'Declaration Function IsUpdatedReportProperty( _ ByVal propertyName As String, _ ByVal propertyValue As Object _ ) As Boolean
bool IsUpdatedReportProperty( string propertyName, object propertyValue )
Parameters
- propertyName
- the name of the property to check.
- propertyValue
- the value of the property to compare against the master.