ProjectProperty.IEquatable<ProjectProperty>.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.
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.