Skybound Rebar

RebarRow.RebarBandCollection.Contains Method 

Determines whether a specfic RebarBand value exists in this instance.

[Visual Basic]
Public Function Contains( _
   ByVal value As RebarBand _
) As Boolean
[C#]
public bool Contains(
   RebarBand value
);

Parameters

value
The RebarBand value to locate.

Return Value

true if value exists in this instance; otherwise, false.

See Also

RebarRow.RebarBandCollection Class | Skybound.Rebar Namespace