Class TestPayload
Assembly: Akka.Persistence.TCK.dll
Syntax
public sealed class TestPayload
Constructors
|
Improve this Doc
View Source
TestPayload(IActorRef)
Declaration
public TestPayload(IActorRef ref)
Parameters
Properties
|
Improve this Doc
View Source
Ref
Declaration
public IActorRef Ref { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Operators
|
Improve this Doc
View Source
Equality(TestPayload, TestPayload)
Declaration
public static bool operator ==(TestPayload left, TestPayload right)
Parameters
Returns
|
Improve this Doc
View Source
Inequality(TestPayload, TestPayload)
Declaration
public static bool operator !=(TestPayload left, TestPayload right)
Parameters
Returns
Extension Methods