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: 3.0.3271
Syntax
public override bool Equals(
	Object o
)

Parameters

o  Object
DiscoveredPrinter object to compare against.

Return Value

Boolean
true if equal
See Also