function FileOptions::getJavaGenerateEqualsAndHash
This option does nothing.
Generated from protobuf field <code>optional bool java_generate_equals_and_hash = 20 [deprecated = true];</code>
Return value
bool
File
-
vendor/
google/ protobuf/ src/ Google/ Protobuf/ Internal/ FileOptions.php, line 418
Class
- FileOptions
- Generated from protobuf message <code>google.protobuf.FileOptions</code>
Namespace
Google\Protobuf\InternalCode
public function getJavaGenerateEqualsAndHash() {
@trigger_error('java_generate_equals_and_hash is deprecated.', E_USER_DEPRECATED);
return isset($this->java_generate_equals_and_hash) ? $this->java_generate_equals_and_hash : false;
}