TargetPlatformSDK.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements equality operator for target platform comparisons.
Overloads
Equals(TargetPlatformSDK) |
Implement IEquatable |
Equals(Object) |
Override equals |
Equals(TargetPlatformSDK)
- Source:
- TargetPlatformSDK.cs
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)
- Source:
- TargetPlatformSDK.cs
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
.