ProjectPropertyInstance.IEquatable<ProjectPropertyInstance>.Equals Method

Definition

Compares this property to another for equivalence.

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

Parameters

other
ProjectPropertyInstance

The other property.

Returns

True if the properties are equivalent, false otherwise.

Implements

Applies to