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