Algorithm Methods¶
The Algorithm type exposes the following members.
Methods¶
Name | Description | |
---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current algorithm. (Overrides Object.Equals(Object).) |
![]() | Equals(Algorithm) | Indicates whether the current algorithm instance and another algorithm instance represent the same algorithm. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Overrides Object.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Provides a string representation of the object. (Overrides Object.ToString().) |