%%PageItemTitle%%

Compare .NET Objects

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


config
info

Glossary Item Box

Check if any type has attributes that should be bypassed

Syntax

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

Parameters

config
info

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.