forwardCompareType Method (Char)   Table of ContentCopyTo Method forward
FlatMessage.CompareType Method (String)
Returns true if the message type value is equal to the given string value, otherwise it returns false.

Namespace:  FIXForge.NET.FIX
Assembly:  FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.10.1.0
Syntax
C#
public bool CompareType(
	string type
)

Parameters

type
Type: System.String
Type value.

Return Value

Type: Boolean
true if the message type value is equal to the given string value, and false otherwise.
See Also