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