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