[]
        
(Showing Draft Content)

FarPoint.Win.Serializer.IsDefaultValue

IsDefaultValue Method

IsDefaultValue(object, string, object)

Determines if the value of a specified property of an object is the default value.

Declaration
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
Parameters
Type Name Description
object o

Object

string propName

Name of property

object propVal

Object containing value to compare

Returns
Type Description
bool