BaseProperties.GetHashCode Method

Solclient

BasePropertiesGetHashCode Method
version: 7.2.1.27
Serves as a hash function for a particular type.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public override int GetHashCode()
Public Overrides Function GetHashCode As Integer
public:
virtual int GetHashCode() override

Return Value

Type: Int32
A hash code for the current Object.
See Also