PlayerStateEquals(PlayerState) Method

Indicates whether the current PlayerState is equal to another PlayerState of the same type.

Definition

Namespace: ProjectLCore.GameLogic
Assembly: ProjectLCore (in ProjectLCore.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
C#
public bool Equals(
	PlayerState? other
)

Parameters

other  PlayerState
An PlayerState to compare with this PlayerState.

Return Value

Boolean
if the current PlayerState is equal to the other parameter; otherwise, .

Implements

IEquatableTEquals(T)

See Also