コード例 #1
0
ファイル: SeriesDefinition.cs プロジェクト: zx9506/pqdif
 /// <summary>
 /// Determines whether an element identified by the
 /// given tag exists in this object's physical structure.
 /// </summary>
 /// <param name="tag">The tag of the element to search for.</param>
 /// <returns>True if the element exists; false otherwise.</returns>
 public bool HasElement(Guid tag) =>
 PhysicalStructure.GetElementsByTag(tag).Any();