MonobjcMonobjc Documented Class Library
IsEqualToDevice Method (otherDevice)
NamespacesMonobjc.DiscRecordingDRDeviceIsEqualToDevice(DRDevice)

Compares the receiver to another device.

Original signature is '- (BOOL) isEqualToDevice:(DRDevice*) otherDevice'

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IsEqualToDevice(
	DRDevice otherDevice
)
Public Overridable Function IsEqualToDevice ( _
	otherDevice As DRDevice _
) As Boolean
public:
virtual bool IsEqualToDevice(
	DRDevice^ otherDevice
)
Parameters
otherDevice (DRDevice)
Another DRDevice instance to compare to the receiver.
Return Value
Returns YES if the receiver is equal to otherDevice.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.DiscRecording (Module: Monobjc.DiscRecording)