Version

AreTableLevelSettingsEqual Method

Determines whether two TableSettings have the same values for properties defined on TableInstanceSettingsBase and higher in the type hierarchy.
Syntax
'Declaration
 
Public Shared Function AreTableLevelSettingsEqual( _
   ByVal x As TableSettings, _
   ByVal y As TableSettings _
) As Boolean
public static bool AreTableLevelSettingsEqual( 
   TableSettings x,
   TableSettings y
)

Parameters

x
The first TableSettings instance.
y
The second TableSettings instance.

Return Value

True if both instances are null or have the same values for properties defined on TableInstanceSettingsBases and higher in the type hierarchy.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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