xSQL Schema Compare SDK for SQL Server version 12
Equals(SqlScriptableEntity) Method


Returns true if this instance of SqlScriptableEntity is equal to other object.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal other As SqlScriptableEntity _
) As System.Boolean
public System.bool Equals( 
   SqlScriptableEntity other
)
public: System.bool Equals( 
   SqlScriptableEntity* other
) 

Parameters

other
Remarks
Two objects are equal when they have the same type and the same name, including the schema when applicable. Character case is ignored when the names are compared.
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

Reference

SqlScriptableEntity Class
SqlScriptableEntity Members
Overload List

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback