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


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

Parameters

other
Remarks
Two objects are equal when they have the same name and schema, when schema is 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

SqlEntity Class
SqlEntity Members
Overload List

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback