Gene Methods

GeneticSharp

Gene Methods GeneticSharp
The Gene type exposes the following members.
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
See Also