TargetPlatformSDK.Equals Method

Definition

Implements equality operator for target platform comparisons.

Overloads

Equals(TargetPlatformSDK)

Implement IEquatable

Equals(Object)

Override equals

Equals(TargetPlatformSDK)

Source:
TargetPlatformSDK.cs

Implement IEquatable

C#
public bool Equals(Microsoft.Build.Utilities.TargetPlatformSDK other);

Parameters

other
TargetPlatformSDK

Target platform SDK to compare to this element.

Returns

true if items are equal; otherwise, false.

Implements

Applies to

.NET Framework 4.8.1 i druge verzije
Proizvod Verzije
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Equals(Object)

Source:
TargetPlatformSDK.cs

Override equals

C#
public override bool Equals(object obj);

Parameters

obj
Object

Object to compare to this element.

Returns

true if items are equal; otherwise, false.

Applies to

.NET Framework 4.8.1 i druge verzije
Proizvod Verzije
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1