Equals Method (obj)

Microsoft Deployment Tools

Deployment Tools Foundation Equals Method (obj)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.ResourcesResourceEquals(Object)
Tests if type, name, and locale of this Resource object match another Resource object.
Declaration Syntax
C# Visual Basic Visual C++
public override bool Equals(
	Object obj
)
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) override
Parameters
obj (Object)
Resource object to be compared
Return Value
True if the objects represent the same resource; false otherwise.

Assembly: Microsoft.Deployment.Resources (Module: Microsoft.Deployment.Resources) Version: 3.0.0.0 (3.5.1623.0)