Share via


ComPortHandle.operator != Method

Determines whether two specified ComPortHandle objects are not equal.

Namespace: Microsoft.SPOT.Emulator.Com
Assembly: Microsoft.SPOT.Emulator (in microsoft.spot.emulator.dll)

Syntax

 public override bool operator != (
         ComPortHandle a,
         ComPortHandle b
)

Parameters

  • a
    The first object to be compared.
  • b
    The second object to be compared.

Return Value

true if the two objects are not equal; otherwise, false.

Version Information

Available in .NET Micro Framework version 2.0

See Also

Reference

ComPortHandle Structure
ComPortHandle Members
Microsoft.SPOT.Emulator.Com Namespace