Equals Method (otherType)

Microsoft Deployment Tools

Deployment Tools Foundation Equals Method (otherType)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.ResourcesResourceTypeEquals(ResourceType)
Tests whether one resource type equals another.
Declaration Syntax
C# Visual Basic Visual C++
public bool Equals(
	ResourceType otherType
)
Public Function Equals ( _
	otherType As ResourceType _
) As Boolean
public:
bool Equals(
	ResourceType^ otherType
)
Parameters
otherType (ResourceType)
Other resource type.
Return Value
True if equal, else false.

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