TargetPlatformSDK.Equals Method

Definition

Implements equality operator for target platform comparisons.

Overloads

Equals(TargetPlatformSDK)

Implement IEquatable

Equals(Object)

Override equals

Equals(TargetPlatformSDK)

Implement IEquatable

public:
 virtual bool Equals(Microsoft::Build::Utilities::TargetPlatformSDK ^ other);
public bool Equals (Microsoft.Build.Utilities.TargetPlatformSDK other);
override this.Equals : Microsoft.Build.Utilities.TargetPlatformSDK -> bool
Public Function Equals (other As TargetPlatformSDK) As Boolean

Parameters

other
TargetPlatformSDK

Target platform SDK to compare to this element.

Returns

true if items are equal; otherwise, false.

Implements

Applies to

Equals(Object)

Override equals

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

Parameters

obj
Object

Object to compare to this element.

Returns

true if items are equal; otherwise, false.

Applies to