DdeServer.PokeResult.Equals Method

NDde

Dynamic Data Exchange Library for .NET

DdeServer.PokeResult.Equals Method 

This determines whether two object instances are equal.

public override bool Equals(
   Object o
);

Parameters

o
The object to compare with the current object.

Return Value

True if the specified object is equal to the current object, false otherwise.

See Also

DdeServer.PokeResult Structure | NDde.Server Namespace