%%PageItemTitle%%

Compare .NET Objects

Compare .NET Objects
ShouldExcludeType Method
See Also  Send Feedback
KellermanSoftware.CompareNetObjects Namespace > ExcludeLogic Class : ShouldExcludeType Method


config
t1
t2

Glossary Item Box

Check if the class type should be excluded based on the configuration

Syntax

Visual Basic (Declaration) 
Public Shared Function ShouldExcludeType( _
   ByVal config As ComparisonConfig, _
   ByVal t1 As System.Type, _
   ByVal t2 As System.Type _
) As System.Boolean
Visual Basic (Usage)Copy Code
Dim config As ComparisonConfig
Dim t1 As System.Type
Dim t2 As System.Type
Dim value As System.Boolean
 
value = ExcludeLogic.ShouldExcludeType(config, t1, t2)
C# 
public static System.bool ShouldExcludeType( 
   ComparisonConfig config,
   System.Type t1,
   System.Type t2
)
Managed Extensions for C++ 
public: static System.bool ShouldExcludeType( 
   ComparisonConfig* config,
   System.Type* t1,
   System.Type* t2
) 

Parameters

config
t1
t2

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Kellerman Software 2018 All Rights Reserved.