Click or drag to resize
Akka.NETShape Methods

The Shape type exposes the following members.

Methods
  NameDescription
Public methodClone
TBD
Public methodCopyFromPorts
Create a copy of this Shape object, returning the same type as the original but containing the ports given within the passed-in Shape.
Public methodDeepCopy
Create a copy of this Shape object, returning the same type as the original; this constraint can unfortunately not be expressed in the type system.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasSamePortsAndShapeAs
Compare this to another shape and determine whether the arrangement of ports is the same (including their ordering).
Public methodHasSamePortsAs
Compare this to another shape and determine whether the set of ports is the same (ignoring their ordering).
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
Extension Methods
See Also