Visual Basic (Declaration) | |
---|---|
Public Shared Function IsDefaultValue( _ ByVal o As Object, _ ByVal propName As String, _ ByVal propVal As Object _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim o As Object Dim propName As String Dim propVal As Object Dim value As Boolean value = Serializer.IsDefaultValue(o, propName, propVal) |
Parameters
- o
- Object
- propName
- Name of property
- propVal
- Object containing value to compare
Return Value
true if value is the default; false otherwiseTarget Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8