LEADTOOLS Multimedia (Leadtools.Multimedia assembly)

Equals Method (CaptureInput)

Show in webframe



The Object to compare with the current Object.
Determines whether the specified Object is equal to the current Object.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal obj As Object _
) As Boolean
'Usage
 
Dim instance As CaptureInput
Dim obj As Object
Dim value As Boolean
 
value = instance.Equals(obj)
public override bool Equals( 
   object obj
)
public:
bool Equals( 
   Object^ obj
) override 

Parameters

obj
The Object to compare with the current Object.

Return Value

bool
Remarks
The default implementation of Equals supports reference equality for reference types, and bitwise equality for value types. Reference equality means the object references that are compared refer to the same object. Bitwise equality means the objects that are compared have the same binary representation.
Requirements

Target Platforms

See Also

Reference

CaptureInput Class
CaptureInput Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Multimedia requires a Multimedia or Multimedia Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features