DdeServer.PokeResult Equality Operator

NDde

Dynamic Data Exchange Library for .NET

DdeServer.PokeResult Equality Operator 

This determines whether two PokeResult objects are 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 equal, false otherwise.

See Also

DdeServer.PokeResult Structure | NDde.Server Namespace