adTempus API
ArcanaDevelopment.adTempus.Shared.ObjectComparison Namespace / ObjectComparison Class / TypeMismatch Field


In This Topic
    TypeMismatch Field
    In This Topic
    Set to True if the objects were of different types. No further comparison was made in this case.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public TypeMismatch As Boolean
    [DataMember()]
    public bool TypeMismatch
    [DataMember()]
    public:
    bool TypeMismatch
    See Also