Click or drag to resize
AircraftOnlineLookupDetailContentEquals Method
Returns true if the content (everything excluding AircraftDetailId, CreatedUtc and UpdatedUtc) of the other object passed in is the same as this object's content.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool ContentEquals(
	AircraftOnlineLookupDetail other
)

Parameters

other
Type: VirtualRadar.InterfaceAircraftOnlineLookupDetail

Return Value

Type: Boolean
See Also