SendReceiveOptions OptionsCompatible Method NetworkComms.Net Help
Determines whether the supplied SendReceiveOptions is compatible, from a serialization point of view, with this instance

Namespace: NetworkCommsDotNet
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public bool OptionsCompatible(
	SendReceiveOptions options
)

Return Value

Type: OnlineBoolean
True if the options are compatible, false otherwise
Remarks

Two SendReceiveOptions instances will be compatible if they use the same DataSerializer and the same set of DataProcessors
See Also