Equals Method (otherType)

DTF API

Copy image CopyHover image
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++ F#
public bool Equals(
	ResourceType otherType
)
Public Function Equals ( 
	otherType As ResourceType
) As Boolean
public:
bool Equals(
	ResourceType^ otherType
)
member Equals : 
        otherType : ResourceType -> bool 
Parameters
otherType (ResourceType)
Other resource type.
Return Value
Boolean
True if equal, else false.

Assembly: Microsoft.Deployment.Resources (Module: Microsoft.Deployment.Resources.dll) Version: 3.0.0.0 (3.11.1.2318)