FourPartVersion.Equals Method (Object)

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.Utility.Versions
Assembly: Microsoft.OneGet.Utility (in Microsoft.OneGet.Utility.dll)

Usage

'Usage
Dim instance As FourPartVersion
Dim o As Object
Dim returnValue As Boolean

returnValue = instance.Equals(o)

Syntax

'Declaration
Public Overrides Function Equals ( _
    o As Object _
) As Boolean
public override bool Equals (
    Object o
)
public:
virtual bool Equals (
    Object^ o
) override
public boolean Equals (
    Object o
)
public override function Equals (
    o : Object
) : boolean

Parameters

  • o

Return Value

Returns Boolean.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

FourPartVersion Structure
FourPartVersion Members
Microsoft.OneGet.Utility.Versions Namespace