Flag

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.encoding.asn1
  • Platforms: .NET, .NET Standard 2.0, Island
  • Ancestry:

Fields


Value

 

var Value: bool;

 

bool Value

 

var Value: bool

 

Value bool

 

FIELD Value() As bool

Instance Methods


constructor

 

constructor

 

Flag()

 

init()

 

Sub New()

constructor (Boolean)

 

// .NET, .NET Standard 2.0
constructor(aValue: Boolean)
// Island
constructor(aValue: bool)

 

// .NET, .NET Standard 2.0
Flag(Boolean aValue)
// Island
Flag(bool aValue)

 

// .NET, .NET Standard 2.0
init(_ aValue: Boolean)
// Island
init(_ aValue: bool)

 

// .NET, .NET Standard 2.0
Sub New(aValue As Boolean)
// Island
Sub New(aValue As bool)

Parameters:

  • aValue:

Equals  override virtual

 

method Equals(value: Object): Boolean

 

Boolean Equals(Object value)

 

func Equals(_ value: Object) -> Boolean

 

func Equals(value interface{}) Boolean

 

Function Equals(value As Object) As Boolean

Parameters:

  • value:

GetHashCode  override virtual

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

func GetHashCode() Int32

 

Function GetHashCode() As Int32