[]
        
Determines if the value of a specified property of an object is the default value.
public static bool IsDefaultValue(object o, string propName, object propVal)
Public Shared Function IsDefaultValue(o As Object, propName As String, propVal As Object) As Boolean
| Type | Name | Description | 
|---|---|---|
| object | o | Object  | 
    
| string | propName | Name of property  | 
    
| object | propVal | Object that contains the value to compare  | 
    
| Type | Description | 
|---|---|
| bool |