Click or drag to resize

DiscoveredPrinterEquals Method

Returns true if two discovered printer objects have the same address, otherwise it returns false.

Namespace:  Zebra.Sdk.Printer.Discovery
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public override bool Equals(
	Object o
)

Parameters

o
Type: SystemObject
DiscoveredPrinter object to compare against.

Return Value

Type: Boolean
true if equal
See Also