IKVM.Internal.CodeEmitter.OpCodeWrapper.MatchLabel C# (CSharp) Method

MatchLabel() private method

private MatchLabel ( OpCodeWrapper other ) : bool
other OpCodeWrapper
return bool
            internal bool MatchLabel(OpCodeWrapper other)
            {
                return data == other.data;
            }