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

MSBuild 17 i druge verzije
Proizvod Verzije
MSBuild 15, 16, 17
MSBuild (.NET Core) 15, 16, 17

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

MSBuild 17 i druge verzije
Proizvod Verzije
MSBuild 15, 16, 17
MSBuild (.NET Core) 15, 16, 17