ServerAddressEquals Method (ServerAddress) |
Returns a value indicating whether the value of this instance is equal to the
value of the specified
ServerAddress instance.
Namespace:
Neo4j.Driver
Assembly:
Neo4j.Driver (in Neo4j.Driver.dll) Version: 4.2.0
Syntaxpublic bool Equals(
ServerAddress other
)
Public Function Equals (
other As ServerAddress
) As Boolean
public:
virtual bool Equals(
ServerAddress^ other
) sealed
abstract Equals :
other : ServerAddress -> bool
override Equals :
other : ServerAddress -> bool
Parameters
- other
- Type: Neo4j.DriverServerAddress
The object to compare to this instance.
Return Value
Type:
Boolean if the
parameter equals the value of
this instance; otherwise,
Implements
IEquatableTEquals(T)
See Also