%%PageItemTitle%%

Compare .NET Objects

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


config
t1
t2

Glossary Item Box

Check if the class should be exluded by Attribute

Syntax

Visual Basic (Declaration) 
Public Shared Function ShouldExcludeClass( _
   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.ShouldExcludeClass(config, t1, t2)
C# 
public static System.bool ShouldExcludeClass( 
   ComparisonConfig config,
   System.Type t1,
   System.Type t2
)
Managed Extensions for C++ 
public: static System.bool ShouldExcludeClass( 
   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.