ArcFM Responder Mobile Developer Guide
Equals Method (IFeederInfo<TKey>)






Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Function Equals( _
   ByVal other As IFeederInfo(Of TKey) _
) As System.Boolean
'Usage
 
Dim instance As IFeederInfo(Of TKey)
Dim other As IFeederInfo(Of TKey)
Dim value As System.Boolean
 
value = instance.Equals(other)
[__DynamicallyInvokable()]
System.bool Equals( 
   IFeederInfo<TKey> other
)
function Equals( 
    other: IFeederInfo
): System.Boolean; 
__DynamicallyInvokableAttribute()
function Equals( 
   other : IFeederInfo
) : System.boolean;
[__DynamicallyInvokable()]
System.bool Equals( 
   IFeederInfo<TKey*>* other
) 
[__DynamicallyInvokable()]
System.bool Equals( 
   IFeederInfo<TKey^>^ other
) 

Parameters

other
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IFeederInfo<TKey> Interface
IFeederInfo<TKey> Members

Send Feedback