Equal is for use in generated protocol buffer code only.
(other *T)
| 2300 | |
| 2301 | // Equal is for use in generated protocol buffer code only. |
| 2302 | func (t *T) Equal(other *T) bool { |
| 2303 | return t.Identical(other) |
| 2304 | } |
| 2305 | |
| 2306 | // IsWildcardType returns true if the type is only used as a wildcard during |
| 2307 | // static analysis, and cannot be used during execution. |
no test coverage detected