Contains method

Returns whether the specified ULBulkCopyColumnMapping object exists in the collection.

Syntax
Visual Basic

Public Function Contains( _
   ByVal value As ULBulkCopyColumnMapping _
) As Boolean
C#

public bool Contains(
   ULBulkCopyColumnMapping value
);
Parameters
  • value   A valid ULBulkCopyColumnMapping object.

Return value

True if the specified mapping exists in the collection; otherwise, false.

See also