ProjectMetadata.IEquatable<ProjectMetadata>.Equals Method
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;
C#
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
- other
- ProjectMetadata
The other metadata
True if they are equivalent, false otherwise.
Продукт | Версии |
---|---|
MSBuild | 15, 16, 17 |
MSBuild (.NET Core) | 15, 16, 17 |