ServerReflectionResponseEquals Method (ServerReflectionResponse) |
[Missing <summary> documentation for "M:Grpc.Reflection.V1Alpha.ServerReflectionResponse.Equals(Grpc.Reflection.V1Alpha.ServerReflectionResponse)"]
Namespace:
Grpc.Reflection.V1Alpha
Assembly:
Grpc.Reflection (in Grpc.Reflection.dll) Version: 1.2.0-dev
Syntaxpublic bool Equals(
ServerReflectionResponse other
)
Public Function Equals (
other As ServerReflectionResponse
) As Boolean
public:
virtual bool Equals(
ServerReflectionResponse^ other
) sealed
abstract Equals :
other : ServerReflectionResponse -> bool
override Equals :
other : ServerReflectionResponse -> bool Parameters
- other
- Type: Grpc.Reflection.V1AlphaServerReflectionResponse
[Missing <param name="other"/> documentation for "M:Grpc.Reflection.V1Alpha.ServerReflectionResponse.Equals(Grpc.Reflection.V1Alpha.ServerReflectionResponse)"]
Return Value
Type:
BooleanImplements
IEquatableTEquals(T)
See Also