Skybound Rebar

Rebar.RebarRowCollection.Contains Method 

Determines whether a specfic RebarRow value exists in this instance.

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

Parameters

value
The RebarRow value to locate.

Return Value

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

See Also

Rebar.RebarRowCollection Class | Skybound.Rebar Namespace