Gene Members
From GeneticSharp
| Gene Members | GeneticSharp |
The Gene type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Gene |
Initializes a new instance of the Gene class.
|
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) | (Overrides | |
| Equals(Gene) | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| GetHashCode |
Returns a hash code for this instance.
(Overrides | |
Gets the type of the current instance. (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns the fully qualified type name of this instance. (Inherited from |
Operators
| Name | Description | |
|---|---|---|
| Equality | ||
| Inequality |
Properties
| Name | Description | |
|---|---|---|
| Value |
Gets or sets the value.
|
See Also