Click or drag to resize

ItuRS465Version5GainPatternComputeCurrentDefinitionHashCode Method

Computes a hash code based on the current properties of this object. Derived classes MUST override this method and compute a hash code that combines: a unique hash code seed, the base implementation result, and the hash codes of all new fields introduced by the derived class which are used in the CheckForSameDefinition(DefinitionalObject) method.

Namespace:  AGI.Foundation.Communications.Antennas
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected override int ComputeCurrentDefinitionHashCode()

Return Value

Type: Int32
The computed hash code.
See Also