Ultimate Replay Scripting Reference
ReplayIdentityEquals Method (ReplayIdentity) |
IEquateable implementation.
Namespace: UltimateReplay.Core
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool Equals( ReplayIdentity obj )
Parameters
- obj
- Type: UltimateReplay.CoreReplayIdentity
The ReplayIdentity to compare against
Return Value
Type: Boolean[Missing <returns> documentation for "M:UltimateReplay.Core.ReplayIdentity.Equals(UltimateReplay.Core.ReplayIdentity)"]
Implements
IEquatableTEquals(T)See Also