Click or drag to resize
PictureDetailEquals Method
See base docs. Only Equals is overridden, GetHashCode is not - the object is mutable and so it is not suitable for use as a key in dictionaries.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject

Return Value

Type: Boolean
See Also