Click or drag to resize

CommandEquals Method (Command)

Checks equality by comparing their IDs

Namespace:  ImmerseSDK.UI.Commands
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public bool Equals(
	Command other
)

Parameters

other
Type: ImmerseSDK.UI.CommandsCommand

Return Value

Type: Boolean

Implements

IEquatableTEquals(T)
See Also