MoveSchemaReferenceContributorInput.Equals Method
Returns true if this MoveSchemaReferenceContributorInput has the same value as the specified object, which must also be MoveSchemaReferenceContributorInput.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Package.Sql (in Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)
Syntax
'Declaration
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
public override bool Equals(
Object obj
)
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj:Object -> bool
override Equals :
obj:Object -> bool
public override function Equals(
obj : Object
) : boolean
Parameters
- obj
Type: System.Object
The object that is compared to this.
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
MoveSchemaReferenceContributorInput Class
Microsoft.VisualStudio.Data.Schema.Package.Sql.Refactoring Namespace