UnitySwiftKotlin←API Reference Return to API Reference index←packageNSDK NSDK←enumNSDKError NSDKError Operator == ==Returns a Boolean value indicating whether two values are equal.... Declaration static func == (lhs: NSDKError, rhs: NSDKError) -> Bool Summary Returns a Boolean value indicating whether two values are equal. Equality is the inverse of inequality. For any values a and b, a == b implies that a != b is false. - Parameters: - lhs: A value to compare. - rhs: Another value to compare.
Returns a Boolean value indicating whether two values are equal.
Equality is the inverse of inequality. For any values
aandb,a == bimplies thata != bisfalse.- Parameters:
- lhs: A value to compare.
- rhs: Another value to compare.