Click or drag to resize

NetworkingConfigurationCompareConfig Method

Compares a SHA256 hash with the current NetworkingConfiguration instances hash

Namespace:  MLAPI
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool CompareConfig(
	byte[] hash
)

Parameters

hash
Type: SystemByte

[Missing <param name="hash"/> documentation for "M:MLAPI.NetworkingConfiguration.CompareConfig(System.Byte[])"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:MLAPI.NetworkingConfiguration.CompareConfig(System.Byte[])"]

See Also