Share via


VersionNumber.Equals Method

Definition

Overloads

Equals(Object)

Determines whether the specified Object is equal to the current VersionNumber.

Equals(VersionNumber)

Determines whether the specified VersionNumber is equal to the current VersionNumber.

Equals(Object)

Determines whether the specified Object is equal to the current VersionNumber.

public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

The Object to compare with the current VersionNumber.

Returns

true if the specified Object is equal to the current VersionNumber; otherwise, false.

Applies to

Equals(VersionNumber)

Determines whether the specified VersionNumber is equal to the current VersionNumber.

public bool Equals (Xamarin.UITest.Utils.VersionNumber x);
override this.Equals : Xamarin.UITest.Utils.VersionNumber -> bool
Public Function Equals (x As VersionNumber) As Boolean

Parameters

x
VersionNumber

The VersionNumber to compare with the current VersionNumber.

Returns

true if the specified VersionNumber is equal to the current VersionNumber; otherwise, false.

Implements

Applies to