DdeServer.PokeResult Inequality Operator

NDde

Dynamic Data Exchange Library for .NET

DdeServer.PokeResult Inequality Operator 

This determines whether two ExecuteResult objects are not equal.

public static bool operator !=(
   DdeServer.PokeResult lhs,
   DdeServer.PokeResult rhs
);

Parameters

lhs
The left hand side object.
rhs

Return Value

True if the two objects are not equal, false otherwise.

See Also

DdeServer.PokeResult Structure | NDde.Server Namespace