VoidValue Structure |
Namespace: Resto.Front.Api
[SerializableAttribute] public struct VoidValue : IEquatable<VoidValue>
The VoidValue type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) | (Overrides ValueTypeEquals(Object).) | |
Equals(VoidValue) |
Always true.
| |
GetHashCode | (Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
Equality |
Always true.
| |
Inequality |
Always false.
|