Gene Members

GeneticSharp

Gene Members GeneticSharp

The Gene type exposes the following members.

Constructors

  NameDescription
Public methodGene
Initializes a new instance of the Gene class.
Back to Top
Methods

  NameDescription
Public methodEquals(Object)
Determines whether the specified OnlineObject is equal to the current Gene.
(Overrides OnlineValueType Equals(Object).)
Public methodEquals(Gene)
Determines whether the specified Gene is equal to the current Gene.
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides OnlineValueType GetHashCode .)
Public methodOnlineGetType
Gets the type of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns the fully qualified type name of this instance.
(Inherited from OnlineValueType.)
Back to Top
Operators

  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Back to Top
Properties

  NameDescription
Public propertyValue
Gets or sets the value.
Back to Top
See Also