ProjectProperty.IEquatable<ProjectProperty>.Equals Method

Definition

Compares this property to another for equivalence.

 virtual bool System.IEquatable<Microsoft.Build.Evaluation.ProjectProperty>.Equals(Microsoft::Build::Evaluation::ProjectProperty ^ other) = IEquatable<Microsoft::Build::Evaluation::ProjectProperty ^>::Equals;
bool IEquatable<ProjectProperty>.Equals (Microsoft.Build.Evaluation.ProjectProperty other);
abstract member System.IEquatable<Microsoft.Build.Evaluation.ProjectProperty>.Equals : Microsoft.Build.Evaluation.ProjectProperty -> bool
override this.System.IEquatable<Microsoft.Build.Evaluation.ProjectProperty>.Equals : Microsoft.Build.Evaluation.ProjectProperty -> bool
Function Equals (other As ProjectProperty) As Boolean Implements IEquatable(Of ProjectProperty).Equals

Parameters

other
ProjectProperty

The other property.

Returns

True if the properties are equivalent, false otherwise.

Implements

Applies to