Project L Core Documentation
C#
Show/Hide TOC
Player
State
Equals(Player
State) 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#
Copy
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
IEquatable
T
Equals(T)
See Also
Reference
PlayerState Class
Equals Overload
ProjectLCore.GameLogic Namespace
CompareTo(PlayerState)
IEquatable
T
In This Article
Definition
Parameters
Return Value
Implements
See Also