Method | Description | |
---|---|---|
Equals ( Object o ) : bool |
Determines whether the specified System.Object is equal to this instance.
|
|
FinderPattern ( int value, int startEnd, int start, int end, int rowNumber ) : System |
Initializes a new instance of the FinderPattern class.
|
|
GetHashCode ( ) : int |
Returns a hash code for this instance.
|
public Equals ( Object o ) : bool | ||
o | Object | The |
return | bool |
public FinderPattern ( int value, int startEnd, int start, int end, int rowNumber ) : System | ||
value | int | The value. |
startEnd | int | The start end. |
start | int | The start. |
end | int | The end. |
rowNumber | int | The row number. |
return | System |