Describes an attribute of a node.
More...
Describes an attribute of a node.
Definition at line 692 of file Binary.cs.
◆ Attribute()
PhyloTree.Formats.Attribute.Attribute |
( |
string |
attributeName, |
|
|
bool |
isNumeric |
|
) |
| |
Constructs a new Attribute.
- Parameters
-
attributeName | The name of the attribute. |
isNumeric | Whether the attribute is represented by a numeric value or a string. |
Definition at line 709 of file Binary.cs.
◆ Equals() [1/2]
bool PhyloTree.Formats.Attribute.Equals |
( |
Attribute |
other | ) |
|
◆ Equals() [2/2]
override bool PhyloTree.Formats.Attribute.Equals |
( |
object |
obj | ) |
|
Compares an Attribute and another object.
- Parameters
-
obj | The object to compare to. |
- Returns
true
if obj is an Attribute and it has the same AttributeName (case insensitive) and value for IsNumeric as the current instance. false
otherwise.
Definition at line 720 of file Binary.cs.
◆ GetHashCode()
override int PhyloTree.Formats.Attribute.GetHashCode |
( |
| ) |
|
◆ operator!=()
◆ operator==()
◆ AttributeName
string PhyloTree.Formats.Attribute.AttributeName |
|
get |
The name of the attribute.
Definition at line 697 of file Binary.cs.
◆ IsNumeric
bool PhyloTree.Formats.Attribute.IsNumeric |
|
get |
Whether the attribute is represented by a numeric value or a string.
Definition at line 702 of file Binary.cs.
The documentation for this struct was generated from the following file: