(&self)
| 464 | } |
| 465 | |
| 466 | fn get_name(&self) -> String { |
| 467 | format!("GreaterThan(signed_comparison={})", self.signed_comparison) |
| 468 | } |
| 469 | } |
| 470 | |
| 471 | /// A structure that defines the custom operation NotEqual that compares arrays of binary strings elementwise as follows: |