Click or drag to resize

ExtIsHostOrder Method

Determines whether the specified byte order is host (this computer architecture) byte order.

Namespace:  Sfs2X.WebSocketSharp
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public static bool IsHostOrder(
	this ByteOrder order
)

Parameters

order
Type: Sfs2X.WebSocketSharpByteOrder
One of the ByteOrder enum values to test.

Return Value

Type: Boolean
true if order is host byte order; otherwise, false.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ByteOrder. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also