Click or drag to resize

PacketEquals Method

Compares this Packet with another object.

Namespace:  Ookii.Jumbo.Dfs
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare with.

Return Value

Type: Boolean
if the object equals this instance; otherwise, false.
See Also