ProjectMetadata.IEquatable<ProjectMetadata>.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 metadata to another for equivalence.
virtual bool System.IEquatable<Microsoft.Build.Evaluation.ProjectMetadata>.Equals(Microsoft::Build::Evaluation::ProjectMetadata ^ other) = IEquatable<Microsoft::Build::Evaluation::ProjectMetadata ^>::Equals;
bool IEquatable<ProjectMetadata>.Equals (Microsoft.Build.Evaluation.ProjectMetadata other);
abstract member System.IEquatable<Microsoft.Build.Evaluation.ProjectMetadata>.Equals : Microsoft.Build.Evaluation.ProjectMetadata -> bool
override this.System.IEquatable<Microsoft.Build.Evaluation.ProjectMetadata>.Equals : Microsoft.Build.Evaluation.ProjectMetadata -> bool
Function Equals (other As ProjectMetadata) As Boolean Implements IEquatable(Of ProjectMetadata).Equals
Parameters
- other
- ProjectMetadata
The other metadata
Returns
True if they are equivalent, false otherwise.