Deployment Tools Foundation
Equals Method (obj)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Resources ► Resource ► Equals(Object)
Tests if type, name, and locale of this Resource object match another Resource object.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public override bool Equals( Object obj )
Public Overrides Function Equals ( obj As Object ) As Boolean
public: virtual bool Equals( Object^ obj ) override
abstract Equals : obj : Object -> bool override Equals : obj : Object -> bool
Parameters
- obj (Object)
- Resource object to be compared
Return Value
Boolean
True if the objects represent the same resource; false otherwise.
True if the objects represent the same resource; false otherwise.
Assembly: Microsoft.Deployment.Resources (Module: Microsoft.Deployment.Resources.dll) Version: 3.0.0.0 (3.11.1.2318)