Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRage.Game.ModAPI.Ingame.Utilities.MyIniKey.Equals

Malware edited this page Dec 25, 2018 · 16 revisions

IndexMyIniKey

Summary

private public Equals
```csharp

Compares this [MyIniKey](VRage.Game.ModAPI.Ingame.Utilities.MyIniKey) with another. Note that this is equality in the sense of a configuration key, which means the comparison is implicitly case insensitive.

### Returns



### Example

### Remarks

### Summary

```csharp
private public virtual Equals
```csharp

Compares this [MyIniKey](VRage.Game.ModAPI.Ingame.Utilities.MyIniKey) with another. Note that this is equality in the sense of a configuration key, which means the comparison is implicitly case insensitive.

### Returns



### Example

### Remarks

Clone this wiki locally