Equals() public method

public Equals ( ServiceKey other ) : bool
other ServiceKey
return bool
Esempio n. 1
0
 public override bool Equals(object obj)
 {
     return(ServiceKey.Equals(this, obj as ServiceKey));
 }
Esempio n. 2
0
 public bool Equals(ServiceKey other)
 {
     return(ServiceKey.Equals(this, other));
 }