VSockEndPointEquals Method

Determines whether the specified object is equal to the current object.

Definition

Namespace: Ookii.VmSockets
Assembly: Ookii.VmSockets (in Ookii.VmSockets.dll) Version: 1.0.0+087207370c685ccfa01d10830e6db3af2770247a
C#
public override bool Equals(
	Object? obj
)

Parameters

obj  Object
The object to compare with the current object.

Return Value

Boolean
if the specified object is equal to the current object; otherwise, .

See Also