Determines if the specified
Span is equal to this object.
Syntax
'Declaration
Public Overloads Function Equals( _
ByVal As Span _
) As Boolean
public bool Equals(
Span
)
Parameters
- span
- The object to compare this object to.
Return Value
True if the specified
Span is equal to this one.
See Also